Not able to dump IRs before each passes of MLIR and LLVM #4352
Replies: 1 comment 1 reply
-
So, this works fine, only if the kernels are already cached once then I think compilation will be skipped and hence it won't dump anything on terminal. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I have following variables set
MLIR_ENABLE_DUMP=1
LLVM_IR_ENABLE_DUMP=1
but I see only ttir, ttsharedir and llir generated.
Can someone please help understand why it's not dumping IR before all passes?
Beta Was this translation helpful? Give feedback.
All reactions