Modification to Layout Assignment Pass #19170
Unanswered
danteisalive
asked this question in
Q&A
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.
-
I want to make couple of change to the layout assignment pass in XLA and measure its performance impact on the run time. I build and install Jaxlib with a local XLA repo with these below command lines and I can confirm that JAX is working perfectly fine on Google TPU VMs.
Now, even when I add a simple LOG(INFO) to the layout assignment pass RUN function, it doesn't print anything although I can see that Bazel finds my changes to the local XLA repo, and it compiles them. I can also see other INFOs printed to the terminal. What I'm doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions