We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107980d commit 8c3ffc2Copy full SHA for 8c3ffc2
ggml.c
@@ -6435,7 +6435,7 @@ static void ggml_compute_forward_mul_mat_f32(
6435
cblas_sgemm(CblasRowMajor, CblasNoTrans, CblasTrans,
6436
ne11, ne01, ne10,
6437
1.0f, y, ne10,
6438
- x, ne10,
+ x, ne00,
6439
0.0f, d, ne01);
6440
}
6441
@@ -6607,7 +6607,7 @@ static void ggml_compute_forward_mul_mat_f16_f32(
6607
6608
6609
6610
6611
6612
6613
@@ -6820,7 +6820,7 @@ static void ggml_compute_forward_mul_mat_q_f32(
6820
6821
6822
6823
6824
6825
6826
0 commit comments