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:
@@ -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()'
|
||||
|
||||
Reference in New Issue
Block a user