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
[Codegen][ROCm] Add repro instructions for .rocmasm files (iree-org#21874)
The instructions will be printed inside the `.ll` files we already dump.
`.rocmasm` files can be generated using the `llc` command, making
bisecting llvm easier, since it doesn't require IREE to be in sync with
MLIR and LLVM.
Because `llc` is not built by default, you will have to run something
like `ninja llc` to use it from within the IREE build.
0 commit comments