-
Notifications
You must be signed in to change notification settings - Fork 201
Open
Labels
cuda.pathfinderEverything related to the cuda.pathfinder moduleEverything related to the cuda.pathfinder moduletriageNeeds the team's attentionNeeds the team's attention
Milestone
Description
Is this a duplicate?
- I confirmed there appear to be no duplicate issues for this request and that I agree to the Code of Conduct
Area
cuda.pathfinder
Is your feature request related to a problem? Please describe.
load_nvidia_dynamic_lib
does great job in looking for packages, runtime error could be confusing for an end user. It would be nice to have user friendly error if library was not found. For example that is how it is done at nvmath-python: https://github.com/NVIDIA/nvmath-python/blob/main/nvmath/_utils.py#L256-L262
Also some helper function (like runtime_nvidia_library_load_error(library_name:str)
) would be nice so user can add custom wrapper around load_nvidia_dynamic_lib
.
Describe the solution you'd like
n/a
Describe alternatives you've considered
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
cuda.pathfinderEverything related to the cuda.pathfinder moduleEverything related to the cuda.pathfinder moduletriageNeeds the team's attentionNeeds the team's attention
Type
Projects
Status
Todo