Skip to content

Commit 53141ca

Browse files
authored
Skip test_autotune_random_seed_from_settings on rocm (#651)
1 parent 025b6ce commit 53141ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_autotuner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ def test_autotune_random_seed_from_env_var(self) -> None:
268268
second = self._autotune_and_record()
269269
self.assertNotEqual(first, second)
270270

271+
@skipIfRocm("accuracy difference")
271272
def test_autotune_random_seed_from_settings(self) -> None:
272273
# same autotune_random_seed setting -> same random sample
273274
first = self._autotune_and_record(autotune_random_seed=4242)

0 commit comments

Comments
 (0)