Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Current times() operation suffers a lot. Especially when e.g. column-major iterations are done over a matrix backed by row-major sequential sparse vectors, things are dropping orders of magnitude in performance.
This issue finds optimal traversal gemm kernel order for current matrix; or rewrites matrix prior to operation to enable optimal traversals.