cmake module loaded by default now

Signed-off-by: Karl W. Schulz <karl.schulz@amd.com>


[ROCm/rocprofiler-compute commit: 6bf8ad816e]
This commit is contained in:
Karl W. Schulz
2024-01-04 14:38:53 -06:00
rodzic 95252f81eb
commit 821d8a35b4
@@ -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()'