-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Labels
topic: static_mapIssue related to the static_mapIssue related to the static_maptype: feature requestNew feature requestNew feature request
Description
I've been trying to use this library in a context of PyCUDA/CuPy/etc, where I can compile device kernels just fine, but there's no way to interact with the host-side C++ functions (at least without a large amount of glue code...).
Is there a way to set up a static map using some block of pre-allocated memory (either a global on the device or passed in as a pointer) and then have all the operations from there (including initialization of some kind) take place in a device kernel I can call from Python?
I figure there'd be limitations here (like not being able to grow that memory), but it seems like a fairly common use case I can't quite work out how to use...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
topic: static_mapIssue related to the static_mapIssue related to the static_maptype: feature requestNew feature requestNew feature request