File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6435,7 +6435,7 @@ static void ggml_compute_forward_mul_mat_f32(
6435
6435
cblas_sgemm (CblasRowMajor , CblasNoTrans , CblasTrans ,
6436
6436
ne11 , ne01 , ne10 ,
6437
6437
1.0f , y , ne10 ,
6438
- x , ne10 ,
6438
+ x , ne00 ,
6439
6439
0.0f , d , ne01 );
6440
6440
}
6441
6441
}
@@ -6607,7 +6607,7 @@ static void ggml_compute_forward_mul_mat_f16_f32(
6607
6607
cblas_sgemm (CblasRowMajor , CblasNoTrans , CblasTrans ,
6608
6608
ne11 , ne01 , ne10 ,
6609
6609
1.0f , y , ne10 ,
6610
- x , ne10 ,
6610
+ x , ne00 ,
6611
6611
0.0f , d , ne01 );
6612
6612
}
6613
6613
}
@@ -6820,7 +6820,7 @@ static void ggml_compute_forward_mul_mat_q_f32(
6820
6820
cblas_sgemm (CblasRowMajor , CblasNoTrans , CblasTrans ,
6821
6821
ne11 , ne01 , ne10 ,
6822
6822
1.0f , y , ne10 ,
6823
- x , ne10 ,
6823
+ x , ne00 ,
6824
6824
0.0f , d , ne01 );
6825
6825
}
6826
6826
}
You can’t perform that action at this time.
0 commit comments