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

Method get_kern

dnn/src/fallback/matrix_mul/algos.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110MatrixMulImpl::kern_t MatrixMulImpl::AlgoF32K8x12x1::get_kern(
111 const KernSizeParam&) const {
112 return f32_8x12x1_kern;
113}
114
115MEGDNN_REG_GEMM_FUNC_FOR_IM2COL_IMPL(
116 AlgoF32K8x12x1, megdnn_fb_matmul_f32_kern, 5, matmul::fallback::sgemm_8x12,

Callers 1

execMethod · 0.45

Calls 1

MIDOUT_BEGINFunction · 0.70

Tested by

no test coverage detected