Skip to content

Commit 5b9f7e5

Browse files
committed
skip test low bit optim
1 parent 9ce8bad commit 5b9f7e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: test/prototype/test_low_bit_optim.py

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
except ImportError:
4444
lpmm = None
4545

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

4749
_DEVICES = get_available_devices()
4850

0 commit comments

Comments
 (0)