diff --git a/test/test_autotuner.py b/test/test_autotuner.py index 1e2ad9da7..2badcb59d 100644 --- a/test/test_autotuner.py +++ b/test/test_autotuner.py @@ -282,6 +282,7 @@ def test_random_search(self): torch.testing.assert_close(fn(*args), args[0] @ args[1], rtol=1e-2, atol=1e-1) @skipIfRocm("too slow on rocm") + @skip("too slow") def test_differential_evolution_search(self): args = ( torch.randn([512, 512], device=DEVICE),