jax
jax copied to clipboard
[XLA:Python] Add support for executing portable PJRT executables from Python.
[XLA:Python] Add support for executing portable PJRT executables from Python.
Add an optional device argument to execute that allows the user to trigger the ExecutePortable path. Plumb the compile_portable_executable compilation option through to Python.
[JAX] Handle compile_portable_executable option in compilation cache.