-
I want to know what things the XLA exactly do |
Beta Was this translation helpful? Give feedback.
Answered by
hawkinsp
May 29, 2024
Replies: 1 comment 1 reply
-
Well, I'd start with |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
knightXun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well, I'd start with
XLA_FLAGS=--xla_dump_to=/somewhere
, which will dump before and after-optimization HLO and assembly. Does that help?