Skip to content

Support CUDA wheels?  #62

@leofang

Description

@leofang

Currently, CUDA Python loads NVRTC using standard system paths, for example on Linux (cf man ld.so) we do:

handle = dlfcn.dlopen('libnvrtc.so.12', dlfcn.RTLD_NOW)

However, it means unless users purposely add site-packages to LD_LIBRARY_PATH, which is a frown-upon practice, the nvidia-cuda-nvrtc-cuXX wheel (ex: cu12) installed in the user environment will not be used. This issue is for tracking the status of this enhancement.

Sub-issues

Metadata

Metadata

Assignees

Labels

P1Medium priority - Should docuda.coreEverything related to the cuda.core modulesupportAll things related to the project that can't be categorized

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions