Skip to content

Commit 8e89d10

Browse files
HectorSVCCopilot
andauthored
Update onnxruntime/test/contrib_ops/matmul_2bits_test.cc
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 79077a5 commit 8e89d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/test/contrib_ops/matmul_2bits_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ TEST(MatMul2BitsWebGpu, Float32_ZeroPoint_DP4A) {
566566
opts.output_rel_error = 0.05f;
567567
RunTest2Bits<float>(opts);
568568

569-
// M=4 (batch), N=32, K=128, block_size=32
569+
// M=4 (rows), N=32, K=128, block_size=32
570570
opts.M = 4;
571571
opts.N = 32;
572572
opts.K = 128;

0 commit comments

Comments
 (0)