| 63 | } |
| 64 | |
| 65 | MatrixMulImpl::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 |
nothing calls this directly
no test coverage detected