We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261651b commit 256cba3Copy full SHA for 256cba3
cuda_bindings/pyproject.toml
@@ -123,6 +123,7 @@ environment-pass = ["CUDA_PATH"]
123
environment = { CUDA_HOME = "/host/$CUDA_PATH" }
124
125
[tool.cibuildwheel.windows]
126
+archs = "AMD64"
127
before-build = "pip install delvewheel"
128
repair-wheel-command = "delvewheel repair --namespace-pkg cuda -w {dest_dir} {wheel}"
129
environment = { CUDA_HOME = "$(cygpath -w $CUDA_PATH)" }
cuda_core/pyproject.toml
@@ -118,5 +118,6 @@ environment-pass = ["CUDA_PYTHON_PARALLEL_LEVEL"]
118
archs = "native"
119
120
121
122
0 commit comments