Skip to content

Commit 58af60f

Browse files
committed
Add PR NVIDIA#1731 to release/1.4.1-notes.rst
1 parent a9a722a commit 58af60f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

cuda_pathfinder/docs/source/release/1.4.1-notes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ Released on Mar 6, 2026
1111
Highlights
1212
----------
1313

14+
* Add CTK canary fallback for header discovery. When CUDA headers cannot be
15+
found via site-packages, Conda, or ``CUDA_HOME``/``CUDA_PATH``, the system
16+
now attempts to discover the CTK root via canary probing (using a
17+
system-loaded ``cudart`` library path) and searches the CTK include layout
18+
from that root. This improves header discovery in standard and non-standard
19+
CTK installations, including containerized environments.
20+
(`PR #1731 <https://github.com/NVIDIA/cuda-python/pull/1731>`_)
21+
1422
* Add support for loading CUPTI (CUDA Profiling Tools Interface) dynamic libs
1523
via ``load_nvidia_dynamic_lib("cupti")`` on Linux and Windows. CUPTI libraries
1624
are discovered in site-packages (CUDA 12 and 13), Conda environments, and

0 commit comments

Comments
 (0)