Merge pull request #10260 from jakevdp:schur-gpu

PiperOrigin-RevId: 441515694
This commit is contained in:
jax authors 2022-04-13 10:23:51 -07:00
commit a7ec509465

View File

@ -1816,8 +1816,7 @@ def _schur_impl(operand, *, compute_schur_vectors, sort_eig_vals,
select_callable=select_callable)
def _schur_translation_rule(ctx, avals_in, avals_out, operand, *,
compute_schur_vectors, sort_eig_vals):
def _schur_translation_rule(ctx, *args, **kwargs):
raise NotImplementedError(
"Schur decomposition is only implemented on the CPU backend.")