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
Hi, I'm trying to run the workflow on matmul_4x4 from examples folder, and I got this top proc in the optimized IR file
top proc __matmul_4x4__matmul_4x4_0_next() {
}
After going through files that --ir_dump_path generated, 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:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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.
All reactions