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