Skip to content

Commit

Permalink
skip cuda test_cholesky_solve_batched_many_batches due to illegal mem…
Browse files Browse the repository at this point in the history
…ory access (#48999)

Summary:
See #48996

Pull Request resolved: #48999

Reviewed By: zhangguanheng66

Differential Revision: D25390070

Pulled By: mruberry

fbshipit-source-id: cf59130f6189ab8c2dade6a6a4de2f69753a5e36
  • Loading branch information
xwang233 authored and facebook-github-bot committed Dec 9, 2020
1 parent e8b0002 commit a849f38
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 @@ -1895,6 +1895,7 @@ def test_cholesky_solve_batched_non_contiguous(self, device, dtype):
self.assertEqual(x, x_exp)

@slowTest
@skipCUDAIf(True, "See https://github.com/pytorch/pytorch/issues/48996")
@skipCUDAIfNoMagma
@skipCPUIfNoLapack
@dtypes(torch.float32, torch.float64, torch.complex64, torch.complex128)
Expand Down

0 comments on commit a849f38

Please sign in to comment.