How to run hlo-opt? #18398
Replies: 3 comments
-
|
You need to compile (or directly run) it using bazel, something like: To run directly through bazel: If you already compiled it, |
Beta Was this translation helpful? Give feedback.
-
|
Nice! thank you it works :) |
Beta Was this translation helpful? Give feedback.
-
|
Erratum, it worked! amazing |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've followed the instruction to build from source with docker.
And I am trying to run
hlo-opton some HLO file.https://openxla.org/xla/tools
This tells me to run hlo-opt --platform=CPU --list-stages
But I just get
exec: "hlo-opt": executable file not found in $PATH: unknownBeta Was this translation helpful? Give feedback.
All reactions