Skip to content

Commit 3ff1be8

Browse files
authored
fix ptx by cloning submodule (#460)
1 parent b3d9838 commit 3ff1be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/long-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
source ./gpu-simulator/setup_environment.sh
138138
139139
rm -rf ./gpu-app-collection
140-
git clone -b dev [email protected]:accel-sim/gpu-app-collection.git
140+
git clone --recurse-submodules -b dev [email protected]:accel-sim/gpu-app-collection.git
141141
source ./gpu-app-collection/src/setup_environment
142142
srun --time=8:00:00 -c20 make rodinia_2.0-ft GPU_Microbenchmark -j20 -C ./gpu-app-collection/src
143143
./gpu-app-collection/get_regression_data.sh

0 commit comments

Comments
 (0)