Skip to content

Commit f0e4574

Browse files
authored
Update weekly workflow to clone gpu-app-collection with submodules (#533)
1 parent bf35ab0 commit f0e4574

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/weekly.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
source ./env-setup/12.8_env_setup.sh
3737
export PATH=/home/tgrogers-raid/a/common/python2:$PATH
3838
rm -rf ./gpu-app-collection/
39-
git clone --quiet git@github.com:accel-sim/gpu-app-collection.git
40-
git -C ./gpu-app-collection/ submodule update --init -- ./src/cuda/cuda-samples
39+
git clone --quiet --recurse-submodules https://github.com/accel-sim/gpu-app-collection.git
4140
source ./gpu-app-collection/src/setup_environment
4241
ln -s /home/tgrogers-raid/a/common/data_dirs ./gpu-app-collection/
4342
make -j8 -C ./gpu-app-collection/src rodinia_2.0-ft

0 commit comments

Comments
 (0)