Enable the case N != ldc in EigenBlasGemm. (#5976)
* Enable the case N != ldc in EigenBlasGemm. * Use MemoryHandle instead of direct calling of posix_memalign to alloc temporary memory. * Use Eigen's slice() instead of a temporary memory. * Add if-else for different cases in EigenBlasGemm (for N ?= ldc).
Showing
想要评论请 注册 或 登录