temporary disable profile-mode testing
Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user