Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 740 Bytes

File metadata and controls

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

cuda-pathfinder 1.5.4 Release notes

Highlights

  • Add find_bitcode_lib("nccl_device") support. (PR #1975)

Internal maintenance

  • On Linux, make the .so glob fallback prefer the newest matching library when an exact SONAME match is unavailable. This improves internal consistency in rare fallback cases and is not expected to affect most users. (PR #1966)