Skip to content

CCCL Python Libraries (v0.4.1)

Choose a tag to compare

@shwina shwina released this 08 Dec 10:06
· 367 commits to main since this release
Immutable release. Only release title and notes can be modified.
7c3300b

These are the release notes for the cuda-cccl Python package version 0.4.1, dated December 8th, 2025. The previous release was v0.4.0.

cuda.cccl is in "experimental" status, meaning that its API and feature set can change quite rapidly.

Installation

Please refer to the install instructions here

Features

Improvements and bug fixes

  • Fix issue with get_dtype() not working anymore for pytorch arrays (#6882)
  • Add fast path to extract PyTorch array pointer (#6884)

Breaking Changes