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
I was wondering what the workflow would be for repeatedly compiling a set of test models with a custom set of passes.
I have successfully built XLA from source, in Docker (with the message, "Build successfully completed") on a Linux subsystem running in windows. However, I am unable to use XLA tooling (as described in https://github.com/openxla/xla/blob/main/docs/tools.md ). Trying to run the command 'hlo-opt --platform=CUDA --list-stages' results in a 'command not found' error.
Are these commands meant to be run in a specific terminal? I have tried the Ubuntu, Windows Powershell, and the terminal present in the Docker Container.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi XLA Community,
I was wondering what the workflow would be for repeatedly compiling a set of test models with a custom set of passes.
I have successfully built XLA from source, in Docker (with the message, "Build successfully completed") on a Linux subsystem running in windows. However, I am unable to use XLA tooling (as described in https://github.com/openxla/xla/blob/main/docs/tools.md ). Trying to run the command 'hlo-opt --platform=CUDA --list-stages' results in a 'command not found' error.
Are these commands meant to be run in a specific terminal? I have tried the Ubuntu, Windows Powershell, and the terminal present in the Docker Container.
Beta Was this translation helpful? Give feedback.
All reactions