Replies: 2 comments
-
Sorry for the delay.
Did you try TF_XLA_FLAGS? TF_XLA_FLAGS=--xla_custom_flag =hell_world path/to/your/program |
Beta Was this translation helpful? Give feedback.
0 replies
-
Not sure but there is also |
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.
-
Hello everyone, this question relates to the #9220 (thanks to @skye and @zhangqiaorjc for resolving it quickly). Now, I'm puzzled how to make JAX to run my custom built XLA with extra optimisation passes on a TPU VM. For CPU and GPU it was straightforward - I simply added my optimisation passes in
(cpu|gpu)_compiler.cc
. I suspect I need to do something similar with TPU backend, but I can't figure out what exactly.I would really appreciate it if someone could help me with resolving this issue. Thanks!
PS: Error I'm getting right now (with dummy custom flags):
Beta Was this translation helpful? Give feedback.
All reactions