Failed to load custom fusion pass lib [%s]. Reason: %s.
Refer to the reason provided in the error message.
Analyze the failure reason mentioned above. Below are some typical solutions for common dlopen failures:
1. Verify the library path is correct and the file exists.
2. Ensure the library and its dependencies have the correct permissions.
3. Check that all dependencies are available using the 'ldd' command.