.. currentmodule:: cuda.core.experimental
Released on July 2, 2025
- Add a :doc:`Getting Started <getting-started>` page.
- :class:`Stream` and :class:`Event` creation and some operations are made faster.
None.
None.
- Add a CUDA graph example.
- Add a memory resource example.
- Fix installing optional dependencies
cuda-core[cu11]andcuda-core[cu12]not including all needed packages. - :class:`Buffer` allocated from a :class:`LegacyPinnedMemoryResource` can be passed as a kernel launch argument.
- Fix the handling for insufficient driver versions when querying :attr:`Kernel.num_arguments` and :attr:`Kernel.arguments_info`.
- Fix WSL detection in the test suite.
- Improve compatibility with newer driver versions.