From 0774fd912395867b7a2348cd5c3f72191600c347 Mon Sep 17 00:00:00 2001 From: Bram Veenboer Date: Thu, 21 Aug 2025 09:14:28 +0200 Subject: [PATCH] Add build with Intel compiler --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d06f835..a6a9dbd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,11 @@ jobs: gres: gpu:A4000 cmake_flags: "-DTRIGDX_USE_MKL=1 -DTRIGDX_USE_GPU=1 -DTRIGDX_USE_MKL=1 -DTRIGDX_USE_XSIMD=1 -DCMAKE_CUDA_ARCHITECTURES=86" environment_modules: "spack/20250403 intel-oneapi-mkl cuda python" + - name: Intel, NVIDIA A4000 + partition: defq + gres: gpu:A4000 + cmake_flags: "-DTRIGDX_USE_MKL=1 -DTRIGDX_USE_GPU=1 -DTRIGDX_USE_MKL=1 -DTRIGDX_USE_XSIMD=1 -DCMAKE_CUDA_ARCHITECTURES=86" + environment_modules: "spack/20250403 intel-oneapi-compilers intel-oneapi-mkl cuda python" - name: NVIDIA GH200 partition: ghq gres: gpu:GH200