We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3168159 commit 01bab42Copy full SHA for 01bab42
test/prototype/test_low_bit_optim.py
@@ -43,6 +43,8 @@
43
except ImportError:
44
lpmm = None
45
46
+if torch.version.hip is not None:
47
+ pytest.skip("Skipping the test in ROCm", allow_module_level=True)
48
49
_DEVICES = get_available_devices()
50
0 commit comments