Skip to content

Commit

Permalink
skip test low bit optim
Browse files Browse the repository at this point in the history
  • Loading branch information
petrex committed Feb 5, 2025
1 parent 3168159 commit 01bab42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/prototype/test_low_bit_optim.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
except ImportError:
lpmm = None

if torch.version.hip is not None:
pytest.skip("Skipping the test in ROCm", allow_module_level=True)

_DEVICES = get_available_devices()

Expand Down

0 comments on commit 01bab42

Please sign in to comment.