Replies: 1 comment 4 replies
-
You could use a memory resource that is able to reuse allocations. See |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions