-
Notifications
You must be signed in to change notification settings - Fork 188
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
Gather inventory of CuPy's CCCL usage #2959
Comments
This is just an initial analysis. CUB and Thrust usage in CuPy can be found in cupy_cub.cu and cupy_thrust.cu respectively. cub
thrust
For sorting a muilti-dimensional array along a specified axis (dimension), there’s a specialized algorithm which additionally uses:
cub “patching”In addition, within
I’m not entirely sure how to include the the above specializations when switching CuPy over to use |
The list looks fine to me. |
I suggested during the meeting that we deprioritize |
We'd like a list of:
The text was updated successfully, but these errors were encountered: