include step to build hip binary

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


[ROCm/rocprofiler-compute commit: 410b06c8e8]
This commit is contained in:
Karl W Schulz
2023-10-31 13:23:00 -05:00
parent cef9e74767
commit 55011685af
@@ -33,6 +33,8 @@ jobs:
cmake -DENABLE_COVERAGE=ON ..
- name: Install Python testing collateral
run: pip3 install pytest pytest-cov mock
- name: Create HIP binary (vcopy)
run: hipcc -o tests/vcopy ./sample/vcopy.cpp
- name: Run [profile] mode
run: |
cd build