Description
In existing impls, it is common case that the vector/matrix need to be sliced/copied just due to shape match.
We can enhane the gemv function to avoid this.
In existing impls, it is common case that the vector/matrix need to be sliced/copied just due to shape match.
We can enhane the gemv function to avoid this.