-
Notifications
You must be signed in to change notification settings - Fork 447
What operations can be done in-place? #238
Comments
I'm not sure about We should check this for each algorithm and update the documentation at some point. |
Alrighty, good to know that the scan can be run in palace. I'll be on the safe with |
I'm also interested in this (specifically for |
@senior-zero since this came up in our call today, can you add this information while you're going through the CUB device algorithms? |
All of the mentioned PRs were merged, closing the issue. Let us know if there is any algorithm without document its in-place guarantees. |
Hello! I was just wondering which available operations can be done in-place (using the same iterator as input and output)? Specifically for
DeviceScan
andDeviceSelect
. It is not clear in the documentation whether this is never allowed, always allowed or sometimes allowed. So does anyone know if there is some strict ruling on everything? Otherwise, I would like to know how it works specifically forDeviceScan
andDeviceSelect
.The text was updated successfully, but these errors were encountered: