We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c43bd commit c32c849Copy full SHA for c32c849
1 file changed
.github/workflows/build-wheels-cuda.yaml
@@ -222,6 +222,8 @@ jobs:
222
# CUDA 13 dropped offline compilation support for pre-Turing targets.
223
$cudaArchs = "75-real;80-real;86-real;89-real;90-real;90-virtual"
224
}
225
+ # Temporary smoke branch only: compile one target so the workflow reaches auditwheel quickly.
226
+ $cudaArchs = "75-real"
227
# Build real cubins for the supported GPUs and keep
228
# one forward-compatible PTX target instead of embedding PTX for every
229
# SM. This keeps the wheel under GitHub's 2 GiB release-asset limit.
0 commit comments