We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
thrust::reduce
cub::DeviceReduce
This is a sub-task of Thrust/CUB kernel consolidation #26
cub::DeviceSelect
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a sub-task of Thrust/CUB kernel consolidation #26
Prepare
cub::DeviceReduce
for feature parity needed bythrust::reduce
:cub::DeviceReduce
cub::DeviceReduce
correctly uses the fallback policy (see fdf565e)cub::DeviceReduce
correctly uses virtual shared memory (see fdf565e)Refactor
thrust::reduce
to usecub::DeviceReduce
:thrust::reduce
usecub::DeviceReduce
(see 948817e)thrust::reduce
(see 948817e L210-216)thrust::reduce
(see 01f32dd)cub::DeviceReduce
(see Adds tests for large number of items forcub::DeviceSelect
#1612)The text was updated successfully, but these errors were encountered: