How to "deref" a static_map_ref #616
|
When using bulk allocation storage for multiple maps, I have no access to the underlying |
Answered by
PointKernel
Nov 6, 2024
Replies: 1 comment 8 replies
|
Similar to other operations like cuCollections/include/cuco/static_map_ref.cuh Lines 215 to 227 in 5602381 |
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For host APIs, yes. When users insert via device APIs, they are responsible for counting the number of successful insertions on their own.
It's two operations. You need
write_ftorto store the output to the device storage first then usecudaMemcpyDeviceToDeviceto copy the device storage back to the host.