Skip to content

Commit b240ddd

Browse files
committed
fix talbe
1 parent 0576c6c commit b240ddd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/blog/2026-rsc-goes-nanobind.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ Your existing analysis scripts should work without modification.
5050
Because the kernels are now compiled binaries, we need to ship one wheel per CUDA major version.
5151
(Python wheel tags don't encode CUDA version, so we encode it in the package name — the same approach used by CuPy, PyTorch, and other CUDA-dependent packages.)
5252

53-
| Package name | Compiled with | Runtime CUDA support | Blackwell GPUs |
54-
|---|---|---|---|
55-
| `rapids-singlecell-cu12` | CUDA 12.2 | CUDA 12.2 – 12.9+ | Via PTX JIT (sm_90) |
56-
| `rapids-singlecell-cu13` | CUDA 13.0 | CUDA 13.0+ | Native binaries |
53+
| Package | Build CUDA | Runtime CUDA | Blackwell (B200, GB200) |
54+
| :----------------------- | :--------: | :----------: | :---------------------- |
55+
| `rapids-singlecell-cu12` | 12.2 | 12.2 – 12.9+ | Supported via PTX JIT |
56+
| `rapids-singlecell-cu13` | 13.0 | 13.0+ | Native binaries |
5757

5858
Both wheels are available for **x86_64** and **aarch64** on Linux.
5959

0 commit comments

Comments
 (0)