Open
Description
Is this a duplicate?
- I confirmed there appear to be no duplicate issues for this request and that I agree to the Code of Conduct
Area
cuda.bindings
Is your feature request related to a problem? Please describe.
Quoting from a chat:
Someone, somewhere, will want to know the "real" cudart version and not what was used to build cuda-python.
Currently runtime.getLocalRuntimeVersion()
is implemented using a direct dlopen()
call:
Describe the solution you'd like
The direct dlopen()
call should be replaced with a call to path_finder
, similar to existing calls, e.g. here:
cuda-python/cuda_bindings/cuda/bindings/_bindings/cynvrtc.pyx.in
Lines 52 to 55 in 314060c
Describe alternatives you've considered
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo