Skip to content

Commit 698382a

Browse files
committed
fix format issue
1 parent 4c6b2d2 commit 698382a

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
@@ -457,7 +457,7 @@ namespace {
457457
// expected output via matmul on CPU, then compares WebGPU output.
458458
template <typename T>
459459
void RunWebGpu2BitsTest(int64_t M, int64_t N, int64_t K, int64_t block_size,
460-
bool has_zero_point, float abs_error = 0.1f, float rel_error = 0.02f) {
460+
bool has_zero_point, float abs_error = 0.1f, float rel_error = 0.02f) {
461461
TestOptions2Bits opts{};
462462
opts.M = M;
463463
opts.N = N;

0 commit comments

Comments
 (0)