Skip to content

Commit 15a981e

Browse files
yf225ezyang
authored andcommitted
Disable TestBottleneck test_cuda on Windows (#5977)
1 parent 9923701 commit 15a981e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,7 @@ def test_cpu_only(self):
473473
self._check_cprof_summary(out)
474474
self._check_cuda(out)
475475

476+
@unittest.skipIf(IS_WINDOWS, "FIXME: Intermittent CUDA out-of-memory error")
476477
@unittest.skipIf(not torch.cuda.is_available(), 'No CUDA')
477478
def test_cuda(self):
478479
rc, out, err = self._run_bottleneck('bottleneck/test_cuda.py')

0 commit comments

Comments
 (0)