Skip to content

Commit 4a1143a

Browse files
committed
change sgemm test
1 parent ac0fe53 commit 4a1143a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_sgemm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def test_sgemm_empty(m, n, k):
203203

204204
@pytest.mark.sgemm
205205
@pytest.mark.parametrize(
206-
"alpha,beta", [(1.0, 0.0), (2.0, 0.0), (2.0, 0.5), (0.0, 1.0), (0.5, 1.5)]
206+
"alpha,beta", [(1.0, 0.0), (2.0, 0.0), (2.0, 0.5), (0.0, 1.0), (0.5, 2.5)]
207207
)
208208
def test_sgemm_alpha_beta(alpha, beta):
209209
m, n, k = 256, 256, 256

0 commit comments

Comments
 (0)