mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Merge pull request #10260 from jakevdp:schur-gpu
PiperOrigin-RevId: 441515694
This commit is contained in:
commit
a7ec509465
@ -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