#include <ckernel_engine.h>
Data Fields | |
| void(* | sgemm )(int M, int N, int K, const float *A, int lda, const float *B, int ldb, const float *bias, float *C, int ldc) |
Core math backend interface for C-Kernel-Engine.
This is intentionally minimal and matches the conventions already used in C-Transformer for GEMM kernels.
Layout assumptions (LLM-style shapes):
Definition at line 26 of file ckernel_engine.h.
| void(* CKMathBackend::sgemm) (int M, int N, int K, const float *A, int lda, const float *B, int ldb, const float *bias, float *C, int ldc) |
Definition at line 27 of file ckernel_engine.h.
Referenced by ckernel_backend_native().