Skip to content

Commit 14bd4cc

Browse files
Update test_ops.py
1 parent 8426b7a commit 14bd4cc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/test_ops.py

-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434
pack_tinygemm_scales_and_zeros,
3535
)
3636

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

4138
class TestOps(TestCase):
4239
def _create_floatx_inputs(

0 commit comments

Comments
 (0)