From 821d8a35b4af042b73592d40d88982ee43ea6df9 Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Thu, 4 Jan 2024 14:38:53 -0600 Subject: [PATCH] cmake module loaded by default now Signed-off-by: Karl W. Schulz [ROCm/rocprofiler-compute commit: 6bf8ad816ed1ae1253c422ea07cfe4b463f9c719] --- projects/rocprofiler-compute/.github/workflows/mi100.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/rocprofiler-compute/.github/workflows/mi100.yml b/projects/rocprofiler-compute/.github/workflows/mi100.yml index 34febde606..914591db9b 100644 --- a/projects/rocprofiler-compute/.github/workflows/mi100.yml +++ b/projects/rocprofiler-compute/.github/workflows/mi100.yml @@ -38,13 +38,11 @@ jobs: - name: Run [profile] mode run: | cd build - ml cmake 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] mode if: '!cancelled()' run: | cd build - ml cmake srun -N 1 -J omniperf -p ci -t 00:55:00 ctest --verbose -R test_analyze_commands ## - name: Pytest coverage comment ## if: '!cancelled()'