Open
Description
About picking the “gemm” vs “gemv” algorithm automatically for matrix × column:
In a.dot(b)
? Anywhere else?
There are two competing concerns with this question:
- The user knows their data and picks the operation they know they need
- The library knows the memory layout cases and picks the best algorithm.