Skip to content

[FEA]: runtime.getLocalRuntimeVersion()path_finder #702

Open
@rwgk

Description

@rwgk

Is this a duplicate?

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:

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

Labels

P1Medium priority - Should docuda.bindingsEverything related to the cuda.bindings moduleenhancementAny code-related improvements

Type

No type

Projects

Status

Todo

Relationships

None yet

Development

No branches or pull requests

Issue actions