This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
Thrust 1.9.1-2 (CUDA Toolkit 9.1)
Thrust 1.9.1 integrates version 1.7.4 of CUB and introduces a new CUDA backend for thrust::reduce
based on CUB.
Bug Fixes
- NVBug 1965743: Remove unnecessary static qualifiers.
- NVBug 1940974: Fix regression causing a compilation error when using
thrust::merge_by_key
withthrust::constant_iterator
s. - NVBug 1904217: Allow callables that take non-const refs to be used with
thrust::reduce
andthrust::*_scan
.