From 55011685afef237f9e06618d9e3195bd97e2b209 Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Tue, 31 Oct 2023 13:23:00 -0500 Subject: [PATCH] include step to build hip binary Signed-off-by: Karl W Schulz [ROCm/rocprofiler-compute commit: 410b06c8e826f8aa155d974b6c53f25de66b5507] --- projects/rocprofiler-compute/.github/workflows/mi100.yml | 2 ++ 1 file changed, 2 insertions(+) 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