File tree Expand file tree Collapse file tree 2 files changed +45
-0
lines changed
Expand file tree Collapse file tree 2 files changed +45
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Release Notes
66.. toctree ::
77 :maxdepth: 3
88
9+ release/0.3.1-notes
910 release/0.3.0-notes
1011 release/0.2.0-notes
1112 release/0.1.1-notes
Original file line number Diff line number Diff line change 1+ .. SPDX-License-Identifier: Apache-2.0
2+
3+ .. currentmodule :: cuda.core.experimental
4+
5+ ``cuda.core `` 0.3.1 Release Notes
6+ =================================
7+
8+ Released on July 2, 2025
9+
10+
11+ Highlights
12+ ----------
13+
14+ - Add a :doc: `Getting Started <getting-started >` page.
15+ - :class: `Stream ` and :class: `Event ` creation and some operations are made faster.
16+
17+
18+ Breaking Changes
19+ ----------------
20+
21+ None.
22+
23+
24+ New features
25+ ------------
26+
27+ None.
28+
29+
30+ New examples
31+ ------------
32+
33+ - Add a `CUDA graph <https://github.com/NVIDIA/cuda-python/blob/main/cuda_core/examples/cuda_graphs.py >`_ example.
34+ - Add a `memory resource <https://github.com/NVIDIA/cuda-python/blob/main/cuda_core/examples/memory_ops.py >`_ example.
35+
36+
37+ Fixes and enhancements
38+ ----------------------
39+
40+ - Fix installing optional dependencies ``cuda-core[cu11] `` and ``cuda-core[cu12] `` not including all needed packages.
41+ - :class: `Buffer ` allocated from a :class: `LegacyPinnedMemoryResource ` can be passed as a kernel launch argument.
42+ - Fix the handling for insufficient driver versions when querying :attr: `Kernel.num_arguments ` and `:attr: `Kernel.arguments_info `.
43+ - Fix WSL detection in the test suite.
44+ - Improve compatibility with newer driver versions.
You can’t perform that action at this time.
0 commit comments