We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9923701 commit 15a981eCopy full SHA for 15a981e
test/test_utils.py
@@ -473,6 +473,7 @@ def test_cpu_only(self):
473
self._check_cprof_summary(out)
474
self._check_cuda(out)
475
476
+ @unittest.skipIf(IS_WINDOWS, "FIXME: Intermittent CUDA out-of-memory error")
477
@unittest.skipIf(not torch.cuda.is_available(), 'No CUDA')
478
def test_cuda(self):
479
rc, out, err = self._run_bottleneck('bottleneck/test_cuda.py')
0 commit comments