Skip to content

Commit 2504089

Browse files
iremyuxpytorchmergebot
authored andcommitted
Enable test_linalg_solve_triangular_large (pytorch#96182)
PR to see if test fails after removing skip line Fixes pytorch#70111 Pull Request resolved: pytorch#96182 Approved by: https://github.com/lezcano
1 parent 90c44b1 commit 2504089

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_linalg.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4046,7 +4046,6 @@ def test_linalg_solve_triangular(self, device, dtype):
40464046
@onlyCUDA
40474047
@skipCUDAIfNoMagma # Magma needed for the PLU decomposition
40484048
@skipCUDAIfRocm # There is a memory access bug in rocBLAS in the (non-batched) solve_triangular
4049-
@skipCUDAVersionIn([(11, 3), (11, 6), (11, 7)]) # Tracked in https://github.com/pytorch/pytorch/issues/70111
40504049
@dtypes(*floating_and_complex_types())
40514050
@precisionOverride({torch.float32: 1e-2, torch.complex64: 1e-2,
40524051
torch.float64: 1e-8, torch.complex128: 1e-8})

0 commit comments

Comments
 (0)