Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
dvhg committed Oct 9, 2024
1 parent 99f99f2 commit 33528e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion experimental/torch_xla2/torch_xla2/ops/jaten.py
Original file line number Diff line number Diff line change
Expand Up @@ -2366,7 +2366,6 @@ def _aten_linalg_eigh(A, UPLO='L'):

@op(torch.ops.aten.linalg_inv_ex)
def _aten_linalg_inv_ex(A):

return jnp.linalg.inv(A), jnp.zeros(A.shape[:-2], jnp.int32)


Expand Down

0 comments on commit 33528e0

Please sign in to comment.