Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Thrust 2.0.1

Compare
Choose a tag to compare
@alliepiper alliepiper released this 08 Mar 21:49
· 181 commits to main since this release

Other Enhancements

  • Disable CDP parallelization of device-side invocations of Thrust algorithms on SM90+. The removal of device-side synchronization support in recent architectures makes Thrust’s fork-join model unimplementable on device, so a serial implementation will be used instead. Host-side invocations of Thrust algorithms are not affected.