You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
0 commit comments