You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@elstehle this might be the next step in porting Thrust kernels to CUB. CUB already have unique by key but thrust doesn't use it. If we introduce your vsmem abstraction into unique by key, we should be able to remove thrust implementation. This would make recent performance improvements in CUB accessible to Thrust.
Is this a duplicate?
Type of Bug
Runtime Error
Component
CUB
Describe the bug
Unique by key implementation pretends to take care of vsmem requesting temporary storage for it:
But the allocated memory is never used. After progress on #548, this should be addressed as well.
How to Reproduce
Pass a large type that would lead to exceeding shared memory limitations.
Expected behavior
The algorithm should work with large types.
Reproduction link
No response
Operating System
No response
nvidia-smi output
No response
NVCC version
No response
The text was updated successfully, but these errors were encountered: