Skip to content

Commit eead2c2

Browse files
committed
Increase CUDA version to 12.8 for GCC 14
The new ManyLinux image has GCC 14, which is only supported starting at CUDA 12.8.
1 parent 505417c commit eead2c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backend/cuda/cibuildwheel.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ repair-wheel-command = ""
99
before-all = [
1010
"dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/cuda-rhel9.repo",
1111
"dnf search cuda-toolkit*",
12-
"dnf install -y cuda-toolkit-12-6"
12+
"dnf install -y cuda-toolkit-12-8"
1313
]
14-
environment = { CMAKE_CUDA_COMPILER = "/usr/local/cuda-12.6/bin/nvcc" }
14+
environment = { CMAKE_CUDA_COMPILER = "/usr/local/cuda-12.8/bin/nvcc" }
1515

1616
[tool.cibuildwheel.windows]
1717
environment = { CMAKE_CUDA_COMPILER = "C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6/bin/nvcc.exe", CUDA_TOOLKIT_ROOT_DIR = "C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6", CMAKE_GENERATOR_TOOLSET = "cuda=C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6" }

0 commit comments

Comments
 (0)