Replies: 1 comment
-
|
Moved to #2501 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to run the workflow on matmul_4x4 from
examplesfolder, and I got this top proc in the optimized IR fileAfter going through files that
--ir_dump_pathgenerated, I found out that all the implementations in top proc have been removed since 'matmul_4x4.00754.after_dce.post-inlining optimization passes(opt_level>=1).changed.ir'. Is there any more specific suggestion on optimization level?Also, code generation based on this optimized IR file will give error message like this:
Is this caused by the empty top proc? By the way, I use pre-built binaries.
Beta Was this translation helpful? Give feedback.
All reactions