jax authors fb55d59143 This CL introduces 'PluginProgram' in IFRT and exposes this in python via xla_client.compile_ifrt_program().
The IFRT `PluginProgram` is simply a wrapper for arbitrary byte-strings: an IFRT backend that recognizes `PluginProgram` can interpret the byte-string in any way it sees fit.

PiperOrigin-RevId: 621258245
2024-04-02 12:20:35 -07:00
..
2024-03-29 13:15:21 -07:00
2024-03-29 13:15:21 -07:00
2024-03-29 13:15:21 -07:00
2024-03-25 11:46:39 -07:00
2024-03-25 11:46:39 -07:00
2024-03-25 11:46:39 -07:00
2024-03-25 11:46:39 -07:00
2024-03-25 11:46:39 -07:00
2024-03-25 11:46:39 -07:00
2024-02-20 02:42:14 -08:00

jaxlib: support library for JAX

jaxlib is the support library for JAX. While JAX itself is a pure Python package, jaxlib contains the binary (C/C++) parts of the library, including Python bindings, the XLA compiler, the PJRT runtime, and a handful of handwritten kernels. For more information, including installation and build instructions, refer to main JAX README: https://github.com/google/jax/.