cuda.core 0.3.1 Release Notes

Released on July 2, 2025

Highlights

  • Add a Getting Started page.

  • Stream and Event creation and some operations are made faster.

Breaking Changes

None.

New features

None.

New examples

Fixes and enhancements

  • Fix installing optional dependencies cuda-core[cu11] and cuda-core[cu12] not including all needed packages.

  • Buffer allocated from a LegacyPinnedMemoryResource can be passed as a kernel launch argument.

  • Fix the handling for insufficient driver versions when querying Kernel.num_arguments and Kernel.arguments_info.

  • Fix WSL detection in the test suite.

  • Improve compatibility with newer driver versions.