-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failure while executing pass pipeline #173
Comments
Here's the IR that was printed out ... I missed the message that this was another instance of "operand #1 does not dominate this use" exception. |
Could you isolate the program that corresponds to this part of the AST?
Some how the bit slice indices in |
I was also trying to isolate it before filing the issue but could not narrow it down which is why I sent the full AST instead and the IR was (fortunately) still in a log file I saved. |
Getting the following error:
File "/home/jcasas/dprive/heterocl_mlir/python/heterocl/build_module.py", line 38, in _mlir_lower_pipeline
mlir_pass_manager.parse(pipeline).run(module)
RuntimeError: Failure while executing pass pipeline.
Here's the ast file that generated this error:
cpu_top.ast.gz
The text was updated successfully, but these errors were encountered: