Skip to content

v25.10.00

Latest

Choose a tag to compare

@AyodeAwe AyodeAwe released this 08 Oct 16:21
· 79 commits to main since this release

🚨 Breaking Changes

πŸ› Bug Fixes

  • Fix bug in pinned_memory_resource with CCCL 3.1.x. (#2058) @bdice
  • Always release the GIL before any operation that could acquire locks from the CUDA runtime (#2028) @vyasr
  • Skip callback memory tests on integrated memory systems, add docs (#2025) @bdice
  • Add numba-cuda to fix errors on driver 580+. (#2013) @bdice
  • Fix aligned resource adaptor bug when alignment is less than 256. (#2003) @bdice
  • Skip test on HMM systems with older CUDA drivers (#1944) @bdice

πŸ“– Documentation

πŸš€ New Features

πŸ› οΈ Improvements