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 025b6ce commit 53141caCopy full SHA for 53141ca
test/test_autotuner.py
@@ -268,6 +268,7 @@ def test_autotune_random_seed_from_env_var(self) -> None:
268
second = self._autotune_and_record()
269
self.assertNotEqual(first, second)
270
271
+ @skipIfRocm("accuracy difference")
272
def test_autotune_random_seed_from_settings(self) -> None:
273
# same autotune_random_seed setting -> same random sample
274
first = self._autotune_and_record(autotune_random_seed=4242)
0 commit comments