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 a37f5a7 commit 1125566Copy full SHA for 1125566
test/test_csprng.py
@@ -297,6 +297,7 @@ def test_non_contiguous_vs_contiguous(self):
297
if not x1 <= x < x2 and not y1 <= y < y2 and not z1 <= z < z2:
298
self.assertTrue(t[x, y, z] == 0)
299
300
+ @unittest.skipIf(IS_SANDCASTLE or IS_FBCODE, "Does not work on Sandcastle")
301
@unittest.skipIf(torch.get_num_threads() < 2, "requires multithreading CPU")
302
def test_cpu_parallel(self):
303
urandom_gen = csprng.create_random_device_generator('/dev/urandom')
0 commit comments