diff --git a/projects/rocprofiler-compute/.github/workflows/mi100.yml b/projects/rocprofiler-compute/.github/workflows/mi100.yml index b74533d77f..b28246973d 100644 --- a/projects/rocprofiler-compute/.github/workflows/mi100.yml +++ b/projects/rocprofiler-compute/.github/workflows/mi100.yml @@ -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