diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index f1d41b3d2..fe17a3cfa 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -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 @@ -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: | @@ -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-$$