-
Notifications
You must be signed in to change notification settings - Fork 224
Open
Labels
cuda.pathfinderEverything related to the cuda.pathfinder moduleEverything related to the cuda.pathfinder modulefeatureNew feature or requestNew feature or request
Milestone
Description
xref: #1284 (comment)
These libs are installed as part of the CUDA driver and can be reliably found via the dynamic loader system search.
"cuda"- Linux:
libcuda.so.1 - Windows:
nvcuda.dll
- Linux:
"nvml"- Linux:
libnvidia-ml.so.1 - Windows:
nvml.dll
- Linux:
The "cuda" lib can come from cuda-compat (Linux only) but it must be on the system path, so we can simply rely on the dynamic loader and do not need to search in multiple places.
Metadata
Metadata
Assignees
Labels
cuda.pathfinderEverything related to the cuda.pathfinder moduleEverything related to the cuda.pathfinder modulefeatureNew feature or requestNew feature or request