Skip to content

Commit 6a49659

Browse files
committed
WIP: Replace cuda_paths.py to achieve desired Search Priority — toolshed/run_cuda_bindings_path_finder.py passes but tests/test_path_finder_find_load.py does not.
1 parent 8479511 commit 6a49659

File tree

6 files changed

+119
-741
lines changed

6 files changed

+119
-741
lines changed

cuda_bindings/cuda/bindings/_path_finder/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,6 @@ strategy for locating NVIDIA shared libraries:
3838
- Based on `$ORIGIN/../lib` `RPATH` on Linux
3939
- Based on `%CONDA_PREFIX%\Library\bin` on the system `PATH` on Windows
4040

41-
5. **System Installations**
42-
- Checks traditional system locations through these paths:
43-
- Linux: `/usr/local/cuda/lib64`
44-
- Windows: `C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\vX.Y\bin`
45-
(where X.Y is the CTK version)
46-
- **Notably does NOT search**:
47-
- Versioned CUDA directories like `/usr/local/cuda-12.3`
48-
- Distribution-specific packages (RPM/DEB)
49-
EXCEPT Debian's `nvidia-cuda-toolkit`
50-
5141
Note that the search is done on a per-library basis. There is no centralized
5242
mechanism that ensures all libraries are found in the same way.
5343

0 commit comments

Comments
 (0)