[FEA]: Expose get_cuda_native_handle
to Python
#564
Labels
cuda.bindings
Everything related to the cuda.bindings module
feature
New feature or request
P1
Medium priority - Should do
Milestone
Is this a duplicate?
Area
cuda.bindings
Is your feature request related to a problem? Please describe.
In #463 we added experimental C++ APIs
get_cuda_native_handle
for C/C++/Cython to access the C handles wrapped by cuda.bindings types/objects. This issue is to track the need of exposing such APIs to Python to replace the current usage of__int__()
, something along this line:We may also consider moving the C++ counterparts from
cuda.core
tocuda.bindings
.Describe the solution you'd like
n/a
Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: