Skip to content

Commit

Permalink
using rodinia & ubench only for now
Browse files Browse the repository at this point in the history
  • Loading branch information
JRPan committed Jun 22, 2024
1 parent 6e3d1c6 commit ed74af8
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ jobs:
ln -s /home/tgrogers-raid/a/common/data_dirs ./gpu-app-collection/
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
# 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 All @@ -87,7 +87,8 @@ jobs:
rm -rf /scratch/tgrogers-disk01/a/common/for-sharing/$USER/nightly-traces
mkdir -p /scratch/tgrogers-disk01/a/common/for-sharing/$USER/nightly-traces
ln -s /scratch/tgrogers-disk01/a/common/for-sharing/$USER/nightly-traces ./hw_run
./util/tracer_nvbit/run_hw_trace.py -B rodinia-3.1,GPU_Microbenchmark,parboil,polybench,cutlass_5_trace,Deepbench_nvidia_tencore,Deepbench_nvidia_normal -D 7
./util/tracer_nvbit/run_hw_trace.py -B rodinia-3.1,GPU_Microbenchmark -D 7
# ./util/tracer_nvbit/run_hw_trace.py -B rodinia-3.1,GPU_Microbenchmark,parboil,polybench,cutlass_5_trace,Deepbench_nvidia_tencore,Deepbench_nvidia_normal -D 7
SASS-Weekly:
needs: [Last-Commit, Tracer-Weekly]
if: |
Expand Down Expand Up @@ -122,5 +123,6 @@ jobs:
source ./env-setup/11.7.0_env_setup.sh
source ./gpu-simulator/setup_environment.sh
ln -s /scratch/tgrogers-disk01/a/common/for-sharing/$USER/nightly-traces ./hw_run
./util/job_launching/run_simulations.py -B rodinia-3.1,GPU_Microbenchmark,sdk-4.2-scaled,parboil,polybench,cutlass_5_trace,Deepbench_nvidia_tencore,Deepbench_nvidia_normal -C QV100-SASS-5B_INSN -T ./hw_run -N weekly-$$ -M 70G
# ./util/job_launching/run_simulations.py -B rodinia-3.1,GPU_Microbenchmark,sdk-4.2-scaled,parboil,polybench,cutlass_5_trace,Deepbench_nvidia_tencore,Deepbench_nvidia_normal -C QV100-SASS-5B_INSN -T ./hw_run -N weekly-$$ -M 70G
./util/job_launching/run_simulations.py -B rodinia-3.1,GPU_Microbenchmark -C QV100-SASS-5B_INSN -T ./hw_run -N weekly-$$ -M 70G
./util/job_launching/monitor_func_test.py -T 12 -S 1800 -I -v -s weekly-stats-per-app.csv -N weekly-$$

0 comments on commit ed74af8

Please sign in to comment.