You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix#702: Update cyruntime.getLocalRuntimeVersion to use pathfinder (#929)
* Fix#702: Update cyruntime.getLocalRuntimeVersion to use pathfinder
* Try to fix Windows build
* Fix Windows
* More realistic minimum version
* Simplify gil handling
* Unload module when done with it
* Don't need try/except on Windows
* Don't need gil
* Fix message
* Fix test
* DynamicLibrary -> DynamicLib
* Update to not use pywin32
* Add cast
* Try to fix cast again
* Try to fix cast again
* Address comments in PR
* Fix lib -> loaded_dl
* Add changelog
Copy file name to clipboardExpand all lines: cuda_bindings/docs/source/release/12.9.X-notes.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ Highlights
15
15
* Automatic CUDA library path detection based on ``CUDA_HOME``, eliminating the need to manually set ``LIBRARY_PATH`` environment variables for installation.
16
16
* The Python overhead of calling functions in CUDA bindings in ``driver``, ``runtime`` and ``nvrtc`` has been reduced by approximately 30%.
17
17
* 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.
0 commit comments