File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
cuda/pathfinder/_dynamic_libs Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,12 @@ def load_nvidia_dynamic_lib(libname: str) -> LoadedDL:
82
82
- Scan installed distributions (``site-packages``) to find libraries
83
83
shipped in NVIDIA wheels.
84
84
85
- 2. **OS default mechanisms / Conda environments**
85
+ 2. **Conda environment**
86
+
87
+ - Detects if in a conda environment and searches for libraries in the expected locations within the conda
88
+ environment.
89
+
90
+ 3. **OS default mechanisms**
86
91
87
92
- Fall back to the native loader:
88
93
Original file line number Diff line number Diff line change @@ -23,3 +23,8 @@ Highlights
23
23
- Improves stability in general and supports nvmath specifically
24
24
- Proactive change to improve library loading consistency
25
25
- Drops boilerplate docstrings for private functions
26
+
27
+ * Add conda search path prioritization for ``load_nvidia_dynamic_lib() `` (`PR #856 <https://github.com/NVIDIA/cuda-python/pull/856 >`_)
28
+
29
+ - Enables loading libraries from conda environments before system paths
30
+ - Handles version mismatches between the conda environment and the system CTK
You can’t perform that action at this time.
0 commit comments