Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 777 Bytes

File metadata and controls

21 lines (15 loc) · 777 Bytes
.. py:currentmodule:: cuda.pathfinder

cuda-pathfinder 1.3.5 Release notes

Released on Feb 19, 2026

Highlights

  • Add support for loading NVIDIA driver libraries ("cuda", "nvml") via load_nvidia_dynamic_lib(), and reject unsupported library names with ValueError. (PR #1602)
  • Add bitcode library discovery helpers and public API support, including find_bitcode_lib(), locate_bitcode_lib(), and SUPPORTED_BITCODE_LIBS. (PR #1218)