Skip to content

Commit 5abebbd

Browse files
committed
Add changelog
1 parent aedcd23 commit 5abebbd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cuda_bindings/docs/source/release/12.9.X-notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Highlights
1515
* Automatic CUDA library path detection based on ``CUDA_HOME``, eliminating the need to manually set ``LIBRARY_PATH`` environment variables for installation.
1616
* The Python overhead of calling functions in CUDA bindings in ``driver``, ``runtime`` and ``nvrtc`` has been reduced by approximately 30%.
1717
* Updated the ``cuda.bindings.runtime`` module to statically link against the CUDA Runtime library from CUDA Toolkit 12.9.1.
18+
* ``cyruntime.getLocalRuntimeVersion`` now uses pathfinder to find the CUDA runtime.
1819

1920

2021
Known issues

cuda_bindings/docs/source/release/13.X.Y-notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Highlights
1818
* The Python overhead of calling functions in CUDA bindings in ``driver``, ``runtime`` and ``nvrtc`` has been reduced by approximately 30%.
1919
* On Windows, the ``pywin32`` dependency has been removed. The necessary Windows API functions are now accessed directly.
2020
* Updated the ``cuda.bindings.runtime`` module to statically link against the CUDA Runtime library from CUDA Toolkit 13.0.1.
21+
* ``cyruntime.getLocalRuntimeVersion`` now uses pathfinder to find the CUDA runtime.
2122

2223

2324
Known issues

0 commit comments

Comments
 (0)