• Y
    Enable the case N != ldc in EigenBlasGemm. (#5976) · 42708ded
    Yiqun Liu 提交于
    * 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).
    42708ded
EigenGemm.cpp 3.0 KB