File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
cuda_bindings/cuda/bindings/_path_finder Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,13 @@ strategy for locating NVIDIA shared libraries:
31
31
- Falls back to native loader:
32
32
- ` dlopen() ` on Linux
33
33
- ` LoadLibraryW() ` on Windows
34
+ - Conda installations are expected to be discovered:
35
+ - Linux: Via ` $ORIGIN/../lib ` on ` RPATH ` (of the ` python ` binary;
36
+ note that this preempts ` LD_LIBRARY_PATH ` and ` /etc/ld.so.conf.d/ ` )
37
+ - Windows: Via ` %CONDA_PREFIX%\Library\bin ` on system ` PATH `
34
38
- CTK installations with system config updates are expected to be discovered:
35
39
- Linux: Via ` /etc/ld.so.conf.d/*cuda*.conf `
36
40
- Windows: Via ` C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\vX.Y\bin ` on system ` PATH `
37
- - Conda installations are expected to be discovered:
38
- - Linux: Via ` $ORIGIN/../lib ` on ` RPATH ` (of the ` python ` binary)
39
- - Windows: Via ` %CONDA_PREFIX%\Library\bin ` on system ` PATH `
40
41
41
42
3 . ** Environment variables**
42
43
- Relies on ` CUDA_HOME ` or ` CUDA_PATH ` environment variables if set
You can’t perform that action at this time.
0 commit comments