diff --git a/experimental/torch_xla2/test/test_ops.py b/experimental/torch_xla2/test/test_ops.py index b048ada8396..d868bed2985 100644 --- a/experimental/torch_xla2/test/test_ops.py +++ b/experimental/torch_xla2/test/test_ops.py @@ -15,7 +15,6 @@ "bincount", # NOTE: dtype for int input torch gives float. This is weird. "byte", "cat", - # "cholesky", "cholesky_solve", "diagonal_copy", "geqrf", @@ -53,7 +52,7 @@ "normal", "ormqr", "pca_lowrank", - # "searchsorted", + "searchsorted", "special.airy_ai", "special.scaled_modified_bessel_k0", "special.scaled_modified_bessel_k1",