From c8cb6adb8e3b99c71e46c323f964574c1f6f72ea Mon Sep 17 00:00:00 2001 From: JRPAN <25518778+JRPan@users.noreply.github.com> Date: Fri, 30 Jan 2026 15:23:49 -0500 Subject: [PATCH] Update weekly workflow to clone gpu-app-collection with submodules --- .github/workflows/weekly.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 83d24a9bf..a33ea31aa 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -36,8 +36,7 @@ jobs: source ./env-setup/12.8_env_setup.sh export PATH=/home/tgrogers-raid/a/common/python2:$PATH rm -rf ./gpu-app-collection/ - git clone --quiet git@github.com:accel-sim/gpu-app-collection.git - git -C ./gpu-app-collection/ submodule update --init -- ./src/cuda/cuda-samples + git clone --quiet --recurse-submodules https://github.com/accel-sim/gpu-app-collection.git source ./gpu-app-collection/src/setup_environment ln -s /home/tgrogers-raid/a/common/data_dirs ./gpu-app-collection/ make -j8 -C ./gpu-app-collection/src rodinia_2.0-ft