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
Currently the interpreter fails with llvm::report_fatal_error which doesn't allow others to catch and gracefully handle the error. For example, if other dialects are mixed in and one tries to run the stablehlo interpreter, perhaps with their own interpreter wrapper, it will crash fatally.
The text was updated successfully, but these errors were encountered:
Currently the interpreter fails with
llvm::report_fatal_error
which doesn't allow others to catch and gracefully handle the error. For example, if other dialects are mixed in and one tries to run the stablehlo interpreter, perhaps with their own interpreter wrapper, it will crash fatally.The text was updated successfully, but these errors were encountered: