Skip to content

Commit c32c849

Browse files
committed
test: reduce CUDA smoke architecture
1 parent 18c43bd commit c32c849

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-wheels-cuda.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ jobs:
222222
# CUDA 13 dropped offline compilation support for pre-Turing targets.
223223
$cudaArchs = "75-real;80-real;86-real;89-real;90-real;90-virtual"
224224
}
225+
# Temporary smoke branch only: compile one target so the workflow reaches auditwheel quickly.
226+
$cudaArchs = "75-real"
225227
# Build real cubins for the supported GPUs and keep
226228
# one forward-compatible PTX target instead of embedding PTX for every
227229
# SM. This keeps the wheel under GitHub's 2 GiB release-asset limit.

0 commit comments

Comments
 (0)