diff --git a/sw/blas/gemm/src/gemm.h b/sw/blas/gemm/src/gemm.h index e46a328a88..00b853d79a 100644 --- a/sw/blas/gemm/src/gemm.h +++ b/sw/blas/gemm/src/gemm.h @@ -929,7 +929,7 @@ void gemm(precision_t prec, uint32_t expand, uint32_t setup_ssr, } break; case FP8: - gemm_fp8_ex_opt(frac_m, n, k, (char*)a + offsetA, lda, (char*)b, + gemm_fp8_ex_opt(frac_m, n, k, (char*)a + offsetA, lda_strided, (char*)b, ldb, (char*)c + offsetC, ldc_strided, &beta, setup_ssr); break;