pathfinder: support cusolverMp dynamic loading and header searching#1845
pathfinder: support cusolverMp dynamic loading and header searching#1845rwgk merged 9 commits intoNVIDIA:mainfrom
Conversation
cuda_pathfinder/cuda/pathfinder/_dynamic_libs/descriptor_catalog.py
Outdated
Show resolved
Hide resolved
cuda_pathfinder/cuda/pathfinder/_headers/header_descriptor_catalog.py
Outdated
Show resolved
Hide resolved
|
/ok to test 3e45960 |
This comment has been minimized.
This comment has been minimized.
|
The Windows |
Head branch was pushed to by a user without write access
|
/ok to test b5bb1e9 |
|
The CI / Test linux-64 / py3.12, 12.9.1, local, l4 failures is an infrastructure flake. I'll rerun when the all other jobs are finished. |
This comment has been minimized.
This comment has been minimized.
|
|
@rwgk thanks for reviewing and merging this PR. Any idea when the next pathfinder release will be? |
|
@yangcal I can make a release tomorrow morning. — I was hoping to squeeze in something else, but it's turning out significantly more difficult than I was hoping; so I'll just make a 1.5.1 release with what we have right now. |
|
wow that's fast. Thanks |
|
Released with https://github.com/NVIDIA/cuda-python/releases/tag/cuda-pathfinder-v1.5.1 just now. |
|
thanks for the quick action 🥇 |
Description
This PR enables pathfinder to be able to dynamically load
cusolverMpas well as find the headers. It is needed fornvmath-pythonto supportcusolverMpbindingscloses
Checklist