mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-05-31 00:45:48 +08:00
forward GEMM3M calls for GENERIC targets to the regular C/ZGEMM for now
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
#endif
|
||||
|
||||
static int (*gemm[])(blas_arg_t *, BLASLONG *, BLASLONG *, IFLOAT *, IFLOAT *, BLASLONG) = {
|
||||
#ifndef GEMM3M
|
||||
#if !defined(GEMM3M) || defined(GENERIC)
|
||||
GEMM_NN, GEMM_TN, GEMM_RN, GEMM_CN,
|
||||
GEMM_NT, GEMM_TT, GEMM_RT, GEMM_CT,
|
||||
GEMM_NR, GEMM_TR, GEMM_RR, GEMM_CR,
|
||||
|
||||
Reference in New Issue
Block a user