Skip to content

Commit

Permalink
MR matches the microkernel selected
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 642542529
  • Loading branch information
alankelly authored and xnnpack-bot committed Jun 12, 2024
1 parent ba0c6f9 commit 87105cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/gemm-config.c
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,7 @@ static void init_qd8_f32_qc4w_gemm_config(void) {
qd8_f32_qc4w_gemm_config.init.f32_qc4w = xnn_init_f32_qc4w_minmax_avx512vnni_params;
qd8_f32_qc4w_gemm_config.pack_gemm_gio = (xnn_packw_gemm_gio_ukernel_fn) xnn_pack_qs8_qc4w_gemm_gio_w;
qd8_f32_qc4w_gemm_config.pack_gemm_goi = (xnn_packw_gemm_goi_ukernel_fn) xnn_pack_qs8_qc4w_gemm_goi_w;
qd8_f32_qc4w_gemm_config.mr = 14;
qd8_f32_qc4w_gemm_config.mr = 7;
qd8_f32_qc4w_gemm_config.nr = 16;
qd8_f32_qc4w_gemm_config.log2_kr = 3;
qd8_f32_qc4w_gemm_config.planes = 2;
Expand Down

0 comments on commit 87105cd

Please sign in to comment.