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
However, when any pass failed, the error is raised at execution engine creation. Often times we get an error saying
RuntimeError: Failure while creating ExecutionEngine
But it's one of the pass that failed. I think this is pretty confusing and we should improve error raising (at the C++ side) to raise the error right after the failed pass.
The text was updated successfully, but these errors were encountered:
The LLVM backend goes through a series of lowering passes:
However, when any pass failed, the error is raised at execution engine creation. Often times we get an error saying
But it's one of the pass that failed. I think this is pretty confusing and we should improve error raising (at the C++ side) to raise the error right after the failed pass.
The text was updated successfully, but these errors were encountered: