Skip to content

Commit

Permalink
[ROCm] enable test_lobpcg_ortho_cuda_float64 (pytorch#78385)
Browse files Browse the repository at this point in the history
Signed-off-by: Jagadish Krishnamoorthy <jagdish.krishna@gmail.com>

Pull Request resolved: pytorch#78385
Approved by: https://github.com/Lezcano, https://github.com/pruthvistony
  • Loading branch information
jaglinux authored and pytorchmergebot committed May 28, 2022
1 parent e9afb43 commit 3ee863c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_linalg.py
Original file line number Diff line number Diff line change
Expand Up @@ -5229,7 +5229,6 @@ def test_lobpcg_basic(self, device, dtype):
@skipCUDAIfNoMagma
@skipCPUIfNoLapack
@dtypes(torch.double)
@skipCUDAIfRocm
def test_lobpcg_ortho(self, device, dtype):
self._test_lobpcg_method(device, dtype, 'ortho')

Expand Down

0 comments on commit 3ee863c

Please sign in to comment.