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 @@ -268,6 +268,7 @@ def test_autotune_random_seed_from_env_var(self) -> None:
second = self._autotune_and_record()
self.assertNotEqual(first, second)

@skipIfRocm("accuracy difference")
def test_autotune_random_seed_from_settings(self) -> None:
# same autotune_random_seed setting -> same random sample
first = self._autotune_and_record(autotune_random_seed=4242)
Expand Down
Loading