You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: add pkgutil.extend_path fallback to namespace diagnostic
If `import cuda.pathfinder` fails, try `pkgutil.extend_path` to merge
the cuda namespace across sys.path entries and retry. This tests whether
extend_path is a viable fix for the backend-path namespace conflict.
Made-with: Cursor
0 commit comments