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 b3d9838 commit 3ff1be8Copy full SHA for 3ff1be8
.github/workflows/long-tests.yml
@@ -137,7 +137,7 @@ jobs:
137
source ./gpu-simulator/setup_environment.sh
138
139
rm -rf ./gpu-app-collection
140
- git clone -b dev [email protected]:accel-sim/gpu-app-collection.git
+ git clone --recurse-submodules -b dev [email protected]:accel-sim/gpu-app-collection.git
141
source ./gpu-app-collection/src/setup_environment
142
srun --time=8:00:00 -c20 make rodinia_2.0-ft GPU_Microbenchmark -j20 -C ./gpu-app-collection/src
143
./gpu-app-collection/get_regression_data.sh
0 commit comments