mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Fix arguments to schur translation rule
This commit is contained in:
parent
86c8446c00
commit
7bfc86e17f
@ -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.")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user