diff --git a/.github/workflows/mi100.yml b/.github/workflows/mi100.yml index 5d6acac935..b046930632 100644 --- a/.github/workflows/mi100.yml +++ b/.github/workflows/mi100.yml @@ -55,10 +55,10 @@ jobs: cmake -DENABLE_COVERAGE=ON -DPYTEST_NUMPROCS=8 .. - name: Create HIP binary (vcopy) run: hipcc -o tests/vcopy ./sample/vcopy.cpp - - name: Run [profile] mode - run: | - cd build - srun -N 1 -J omniperf -p ci -t 00:20:00 ctest -j 4 --resource-spec-file ../tests/4gpus.json --verbose -L profile +## - name: Run [profile] mode +## run: | +## cd build +## srun -N 1 -J omniperf -p ci -t 00:20:00 ctest -j 4 --resource-spec-file ../tests/4gpus.json --verbose -L profile - name: Run [analyze workloads] mode if: '!cancelled()' run: |