Skip to content

CCCL 2.5.0

Compare
Choose a tag to compare
@wmaxey wmaxey released this 17 Jun 18:00
· 804 commits to main since this release
69be18c

What's New

This release includes several notable improvements and new features:

  • CUB device-level algorithms now support NVTX ranges in Nsight Systems. This integration makes it easier to identify and analyze the time spent in CUB algorithms. Please note that profiling with this feature requires at least C++14.
  • We have added new cub::DeviceSelect::FlaggedIf API, which allows you to select items based on applying a predicate to flags. This addition provides more flexibility and control over item selection.

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.5.0