How to create an output #716
Unanswered
whowatchlist
asked this question in
Q&A
Replies: 1 comment
-
|
Hi. What I tried so far is the one you described. Outputting MLIR IR into files and running They have recently added a function in the C API to dump LLVM IR directly. So we might be able to implement it as well. #365 |
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.
-
This might be a dumb question, but what is the preferred way to compile to binary? I would think to get the
.mlirfile and then runmlir-translateon it, but I can't find a way to turn aModuleinto a.mlirfile. I did find a function to dump the JIT into an object file which seems like it would work, but is that the 'correct' way to do it?Beta Was this translation helpful? Give feedback.
All reactions