MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / get_kern

Method get_kern

dnn/src/x86/matrix_mul/algos.cpp:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65MatrixMulImpl::kern_t MatrixMulImpl::AlgoF32Blas::get_kern(const KernSizeParam&) const {
66 return f32_blas_kern;
67}
68
69/* ===================== AlgoF32BlasPackA====================== */
70#if MEGDNN_X86_WITH_MKL && SUPPORT_MKL_PACKED_GEMM

Callers

nothing calls this directly

Calls 2

MIDOUT_BEGINFunction · 0.50
executeMethod · 0.45

Tested by

no test coverage detected