flame / blis

BLAS-like Library Instantiation Software Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What are BLIS APIs for small/skinny matrix gemm?

ProgrammerWLY opened this issue · comments

What are BLIS APIs for small/skinny matrix gemm?

@ProgrammerWLY ATM there is no publicly-accessible interface specifically for small/skinny GEMM; users should use the normal bli_gemm interface which checks for small operations internally. Is there a specific use case for calling the small/skinny code directly?