We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1287d2b commit 87ca504Copy full SHA for 87ca504
test/dtypes/test_fpx.py
@@ -37,7 +37,7 @@ def test_pack_tc_fp6_correctness(self, device):
37
actual = _pack_tc_fp6(x)
38
torch.testing.assert_close(actual, expected)
39
40
- @pytest.skipif(TORCH_VERSION_AT_LEAST_2_5, reason="upstream breaking change in PyTorch nightlies, revert skip when fixed")
+ @pytest.mark.skipif(TORCH_VERSION_AT_LEAST_2_5, reason="upstream breaking change in PyTorch nightlies, revert skip when fixed")
41
@parametrize("ebits,mbits", _FPx_DTYPES)
42
@parametrize("device", _DEVICES)
43
def test_to_scaled_tc_fpx_compile(self, ebits, mbits, device):
0 commit comments