Skip to content

Allow subview matrix multiplications

This adapts gemm() and gemv() to allow subviews, and changes partial_unwrap so that it does not unwrap subviews and instead will use them directly when possible.

Merge request reports