Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds support for large number of items to
DeviceScan
(NVIDIA#2171)
* make DeviceScan offset type a template parameter * updates tests to use device interface * moves thrust scan to unsigned offset types * adjusts benchmarks to account for used offset types * uses dynamic dispatch to unsigned type * adds tparam docs for NumItemsT * fixes warning about different signedness comparison * adds check for negative num_items in thrust::scan * fixes unused param in is_negative
- Loading branch information