From 8ae98403dc33cc4941d5b2ee9da6f103bc047f49 Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Wed, 28 Feb 2024 15:46:46 -0600 Subject: [PATCH] temporary disable profile-mode testing Signed-off-by: Karl W Schulz --- .github/workflows/mi100.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: |