Skip to content

Commit

Permalink
fix test_cholesky TF32 test
Browse files Browse the repository at this point in the history
  • Loading branch information
xwang233 committed Nov 20, 2020
1 parent c0723a0 commit c70c837
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_linalg.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def run_test_case(a, b):
@skipCUDAIfNoMagma
@skipCPUIfNoLapack
@dtypes(torch.float32, torch.float64, torch.complex64, torch.complex128)
@tf32_on_and_off(0.01)
def test_cholesky(self, device, dtype):
from torch.testing._internal.common_utils import random_hermitian_pd_matrix

Expand Down

0 comments on commit c70c837

Please sign in to comment.