Skip to content

Commit 601119d

Browse files
authored
[release/2.7] mx fp8: Skip test_blockwise_mxfloat8_error_messages (#2402)
Signed-off-by: Jagadish Krishnamoorthy <[email protected]>
1 parent d5542b8 commit 601119d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_matmul_cuda.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,6 +1071,7 @@ def ceil_div(a, b):
10711071
sqnr = compute_error(C_ref, C)
10721072
assert sqnr.item() > 22.0
10731073

1074+
@skipIfRocm
10741075
@unittest.skipIf(not PLATFORM_SUPPORTS_FP8 or IS_WINDOWS, f8_msg)
10751076
def test_blockwise_mxfloat8_error_messages(self, device) -> None:
10761077
M, K, N = (1024, 512, 2048)

0 commit comments

Comments
 (0)