From b0eeeb275911f617bdee44d7be180a42d93af21b Mon Sep 17 00:00:00 2001 From: Stewart Martin-Haugh Date: Mon, 9 Dec 2024 17:50:54 +0100 Subject: [PATCH] Test: add SYCL to HIP command to ensure presence of Intel LLVM --- .github/workflows/builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 6313cdafb..da0bc690e 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -79,7 +79,7 @@ jobs: run_tests: false build: Release - platform: - name: "ALPAKA_HIP" + name: "ALPAKA_HIP_SYCL" container: ghcr.io/acts-project/ubuntu2404_rocm_oneapi:69 options: --preset alpaka-fp32 -Dalpaka_ACC_GPU_HIP_ENABLE=ON run_tests: false