Skip to content

Commit 39a3be3

Browse files
committed
cuda13
1 parent 43f1171 commit 39a3be3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

backend/cuda/cibuildwheel.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ repair-wheel-command = ""
99
before-all = [
1010
"yum-config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/cuda-rhel9.repo",
1111
"yum search cuda-toolkit*",
12-
"yum install -y cuda-toolkit-12-6"
12+
"yum install -y cuda-toolkit-13-0"
1313
]
14-
environment = { CMAKE_CUDA_COMPILER = "/usr/local/cuda-12.6/bin/nvcc" }
15-
16-
[tool.cibuildwheel.windows]
17-
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" }
14+
environment = { CMAKE_CUDA_COMPILER = "/usr/local/cuda-13.0/bin/nvcc" }

0 commit comments

Comments
 (0)