update CI to build necessary vcopy binary via new additions to build

system (a la, just run make)

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


[ROCm/rocprofiler-compute commit: 5077f9e24f]
This commit is contained in:
Karl W Schulz
2024-06-03 11:19:19 -05:00
committato da Cole Ramos
parent c867a6c5fc
commit 0746f01845
@@ -82,13 +82,10 @@ jobs:
cd build
ml cmake
cmake -DENABLE_COVERAGE=ON -DPYTEST_NUMPROCS=8 ..
- name: Create HIP binary (vcopy)
run: |
hipcc --offload-arch=$CI_ARCH -o tests/vcopy ./sample/vcopy.cpp
- name: Run [profile] mode
- name: Build tests and Run [profile] mode
run: |
cd build
srun -N 1 -J omniperf -p $CI_QUEUE -t 00:20:00 ctest -j 4 --resource-spec-file ../tests/4gpus.json --verbose -L profile
srun -N 1 -J omniperf -p $CI_QUEUE -t 00:20:00 make; ctest -j 4 --resource-spec-file ../tests/4gpus.json --verbose -L profile
- name: Run [analyze workloads] mode
if: '!cancelled()'
run: |