-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
We have two places where we load libamdhip64.so or equivalent and throw from C++ invoked from python, aborting the entire process.
| module = dlopen("libamdhip64.so", RTLD_NOW); |
| module = dlopen("libamdhip64.so", RTLD_NOW); |
This should be cleaned up:
- let's not duplicate code, especially with platform-specific logic;
- provide a graceful mechanism to catch this error without aborting the process
Metadata
Metadata
Assignees
Labels
No labels