Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
JRPan committed Mar 21, 2024
1 parent 2ccb338 commit c332823
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ jobs:
git clone git@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 -C -j8 ./gpu-app-collection/src rodinia-3.1
make -C -j8 ./gpu-app-collection/src GPU_Microbenchmark
make -C -j8 ./gpu-app-collection/src Deepbench_nvidia
make -C -j8 ./gpu-app-collection/src parboil
make -C -j8 ./gpu-app-collection/src polybench
make -C -j8 ./gpu-app-collection/src cutlass
make -j8 -C ./gpu-app-collection/src rodinia-3.1
make -j8 -C ./gpu-app-collection/src GPU_Microbenchmark
make -j8 -C ./gpu-app-collection/src Deepbench_nvidia
make -j8 -C ./gpu-app-collection/src parboil
make -j8 -C ./gpu-app-collection/src polybench
make -j8 -C ./gpu-app-collection/src cutlass
- name: generate traces
run: |
source ./env-setup/11.7.0_env_setup.sh
Expand Down

0 comments on commit c332823

Please sign in to comment.