We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf35ab0 commit f0e4574Copy full SHA for f0e4574
1 file changed
.github/workflows/weekly.yml
@@ -36,8 +36,7 @@ jobs:
36
source ./env-setup/12.8_env_setup.sh
37
export PATH=/home/tgrogers-raid/a/common/python2:$PATH
38
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
+ git clone --quiet --recurse-submodules https://github.com/accel-sim/gpu-app-collection.git
41
source ./gpu-app-collection/src/setup_environment
42
ln -s /home/tgrogers-raid/a/common/data_dirs ./gpu-app-collection/
43
make -j8 -C ./gpu-app-collection/src rodinia_2.0-ft
0 commit comments