Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions test/test_autotuner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
Loading