This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
Thrust 2.0.1
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.