Skip to content

Commit fb55d59

Browse files
author
jax authors
committed
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
1 parent 60458bb commit fb55d59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jaxlib/tools/build_wheel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ def patch_copy_mlir_import(src_file, dst_dir):
100100

101101
_XLA_EXTENSION_STUBS = [
102102
"__init__.pyi",
103+
"ifrt_programs.pyi",
103104
"ifrt_proxy.pyi",
104105
"jax_jit.pyi",
105106
"ops.pyi",

0 commit comments

Comments
 (0)