Use --print-ir-after-failure in mlir_graphblas.MlirOptCli #187
paul-tqh-nguyen
started this conversation in
Ideas
Replies: 0 comments
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.
-
Sometimes, when
graphblas-opt
ormlir-opt
fails, we’ll get a “see current operation” error message that’s not useful since it doesn’t show the context of the operation, e.g.Using
--print-ir-after-failure
shows the context.This is useful if we're using the command line, but I think this could also be useful in
mlir_graphblas.MlirOptCli
somehow.What do we think? Unfortunately, my motivating example in
/tmp/example.mlir
from above no longer exists.Beta Was this translation helpful? Give feedback.
All reactions