Skip to content

Commit 9081e85

Browse files
Paweł ParuzelGoogle-ML-Automation
authored andcommitted
Activate Schur Decomposition to XLA's FFI
PiperOrigin-RevId: 703484916
1 parent ba626fa commit 9081e85

File tree

5 files changed

+354
-71
lines changed

5 files changed

+354
-71
lines changed

jax/_src/export/_export.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,7 @@ def _check_lowering(lowering) -> None:
998998
"lapack_sgesdd_ffi", "lapack_dgesdd_ffi", "lapack_cgesdd_ffi", "lapack_zgesdd_ffi",
999999
"lapack_sgetrf_ffi", "lapack_dgetrf_ffi", "lapack_cgetrf_ffi", "lapack_zgetrf_ffi",
10001000
"lapack_sgehrd_ffi", "lapack_dgehrd_ffi", "lapack_cgehrd_ffi", "lapack_zgehrd_ffi",
1001+
"lapack_sgees_ffi", "lapack_dgees_ffi", "lapack_cgees_ffi", "lapack_zgees_ffi",
10011002
]
10021003
# These are the JAX custom call target names that are guaranteed to be stable.
10031004
# Their backwards compatibility is tested by back_compat_test.py.

0 commit comments

Comments
 (0)