Skip to content

Commit

Permalink
Update test_ops.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai authored Nov 14, 2024
1 parent 49fd8fa commit 8cf418a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions experimental/torch_xla2/test/test_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"byte",
"cat",
# "cholesky",
# "cholesky_solve",
"cholesky_solve",
"diagonal_copy",
"geqrf",
"histogram", # hard op: AssertionError: Tensor-likes are not close!
"histogramdd", # TypeError: histogram requires ndarray or scalar arguments, got <class 'list'> at position 1.
"index_reduce",
"kthvalue",
# "linalg.cholesky",
# "linalg.cholesky_ex",
# "linalg.det",
"linalg.cholesky",
"linalg.cholesky_ex",
"linalg.det",
"linalg.ldl_solve",
"linalg.lu_solve",
"max_pool2d_with_indices_backward",
Expand Down

0 comments on commit 8cf418a

Please sign in to comment.