Skip to content

Commit 08ac62f

Browse files
Copilotleofang
andcommitted
Update CUDA 13 driver requirements and add CUDA 11 deprecation note
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
1 parent cf64e78 commit 08ac62f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

cuda_core/docs/source/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies are as follows:
2121
- 13.x
2222
* - Driver
2323
- 525.60.13+ (Linux), 527.41+ (Windows)
24-
- 555.00+ (Linux), 556.12+ (Windows)
24+
- 580.65+ (Linux), 580.88+ (Windows)
2525

2626
.. [#f1] Including ``cuda-python``.
2727

cuda_core/docs/source/release/0.X.Y-notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Highlights
1818
Breaking Changes
1919
----------------
2020

21+
- **CUDA 11 support dropped**: CUDA 11 support is no longer tested and it may or may not work with cuda.bindings and CTK 11.x. Users are encouraged to migrate to CUDA 12.x or 13.x.
2122
- **LaunchConfig grid parameter interpretation**: When :attr:`LaunchConfig.cluster` is specified, the :attr:`LaunchConfig.grid` parameter now correctly represents the number of clusters instead of blocks. Previously, the grid parameter was incorrectly interpreted as blocks, causing a mismatch with the expected C++ behavior. This change ensures that ``LaunchConfig(grid=4, cluster=2, block=32)`` correctly produces 4 clusters × 2 blocks/cluster = 8 total blocks, matching the C++ equivalent ``cudax::make_hierarchy(cudax::grid_dims(4), cudax::cluster_dims(2), cudax::block_dims(32))``.
2223
- When :class:`Buffer` is closed, :attr:`Buffer.handle` is now set to ``None``. It was previously set to ``0`` by accident.
2324

0 commit comments

Comments
 (0)