Skip to content
New issue

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

Refactor thrust::reduce to use cub::DeviceReduce #1626

Open
1 of 7 tasks
elstehle opened this issue Apr 12, 2024 · 0 comments
Open
1 of 7 tasks

Refactor thrust::reduce to use cub::DeviceReduce #1626

elstehle opened this issue Apr 12, 2024 · 0 comments

Comments

@elstehle
Copy link
Collaborator

elstehle commented Apr 12, 2024

This is a sub-task of Thrust/CUB kernel consolidation #26

Prepare cub::DeviceReduce for feature parity needed by thrust::reduce:

  • Introduce vsmem utility to cub::DeviceReduce
  • Add tests to CUB that check that cub::DeviceReduce correctly uses the fallback policy (see fdf565e)
  • Add tests to CUB that check that cub::DeviceReduce correctly uses virtual shared memory (see fdf565e)

Refactor thrust::reduce to use cub::DeviceReduce:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant