From d002641c8acd3c25881a932ae0b1efd5609760d0 Mon Sep 17 00:00:00 2001 From: Stephen Nicholas Swatman Date: Tue, 29 Oct 2024 16:32:14 +0100 Subject: [PATCH] Update CUDA version in CI to 12.6 This resolves the internal compiler error in #871. --- .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 b436bc765..264e4a00b 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -125,7 +125,7 @@ jobs: PLATFORM: - NAME: "CUDA" CXX_STANDARD: "20" - CONTAINER: "ghcr.io/acts-project/ubuntu2404_cuda:56" + CONTAINER: "ghcr.io/acts-project/ubuntu2404_cuda:67" OPTIONS: -DDETRAY_BUILD_CUDA=ON -DDETRAY_EIGEN_PLUGIN=ON -DDETRAY_SMATRIX_PLUGIN=OFF -DDETRAY_VC_AOS_PLUGIN=OFF -DDETRAY_VC_SOA_PLUGIN=OFF - NAME: "SYCL" CXX_STANDARD: "20"