·
8 commits
to 7f41a5baa5cf57bfbce06458794b4b05737a162a
since this release
aarch64 wheel: narrow the gencode matrix, serialize nvcc The job was OOM-killed ~50 minutes in -- 'The hosted runner lost communication with the server', no logs uploaded, which is the signature of a terminated runner rather than a failed compile. The hosted ubuntu-24.04-arm runner is 4 cores / 16 GB and the full 7-gencode matrix with parallel nvcc does not fit. No aarch64 NVIDIA host ships an sm_80/86/89/120 GPU, so this wheel only needs Grace-class parts: sm_90 (GH200), sm_100 (GB200), sm_121 (GB10/DGX Spark). The x86_64 wheels keep the full matrix. MAX_JOBS and NVCC_THREADS drop to 1. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014PzQ5tQQaJazSBhiMuR6KL