Replies: 1 comment 4 replies
|
You could use a memory resource that is able to reuse allocations. See |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I'd gladly sacrifice some memory to be able to avoid mem operations as much as possible.
Is there a safe overestimate for reduce and radix sort temp memory requirements?
I'd allocate a temp buffer once and reuse it for multiple CUB calls if possible.
All reactions