You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: strip Blackwell sm_100 too (5.6.1 arch matrix broke the runner)
PhysX 5.6.1 added --generate-code for compute_100 (Blackwell), which the pinned
CUDA 12.5 toolkit cannot compile ("nvcc fatal: Unsupported gpu architecture
'compute_100'"), failing every Windows GPU job. The arch-strip sed only removed
sm_80/86/89/90.
Widen the strip to every non-75 arch: compute_8[0-9] / 9[0-9] / 1[0-9][0-9].
sm_75 stays as the sole real target, PTX JIT covers Ampere..Blackwell at launch.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments