Commit 300a70f
docs(install): note aarch64 wheels are aarch64-sbsa, not L4T (Jetson) (#1941)
Adds a WARNING callout after the Linux aarch64 row of the PyPI build-targets
table, explaining that:
1. Wheels are built on aarch64-sbsa runners (standard CUDA Toolkit), not the
L4T / JetPack runtime that Jetson Orin / Xavier / Thor (on CUDA 12) use.
2. The mismatch surfaces as 'Error named symbol not found in /src/csrc/ops.cu'
on the first CUDA op — a symbol-resolution error, NOT a kernel-image-for-
device error. The cubins ARE binary-compatible with the device per
Ampere-family binary compat (sm_80 SASS runs on sm_87 hardware natively).
3. Working options on Jetson: on-device source build, or third-party prebuilt
from Jetson AI Lab.
References #1218 and #1930 for the original error reports, and #1939 for the
empirical confirmation that the fault is the toolchain delta, not the arch
list (sm_80-only cubin built on-device runs cleanly on sm_87 hardware).
Co-authored-by: neil-the-nowledgable <254185769+neil-the-nowledgable@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 4396187 commit 300a70f
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
69 | 77 | | |
70 | 78 | | |
71 | 79 | | |
| |||
0 commit comments