Skip to content

Commit fae660a

Browse files
author
zkjh
committed
test: format gemm skip reason as markdown
1 parent e5b6c23 commit fae660a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_gemm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def test_gemm(
8282
and b_strides == (4096, 1)
8383
and c_strides == (4096, 1)
8484
):
85-
pytest.skip("Gemm impl=2 on Moore is unstable for padded strides")
85+
pytest.skip("`Gemm` impl=2 on Moore is unstable for padded strides")
8686

8787
a = randn_strided(a_shape, a_strides, dtype=dtype, device=device)
8888
b = randn_strided(b_shape, b_strides, dtype=dtype, device=device)

0 commit comments

Comments
 (0)