Baunsgaard commented on PR #2212: URL: https://github.com/apache/systemds/pull/2212#issuecomment-2631725175
This PR adds specializations for matrix multiplication with: 1. dense-sparse with sparse output 2. ultra sparse out dense dense in. 3. sparse out on sparse vector right side in. Furthermore, i modified the call stack to branch to native mm inside LibMatrixMult, to allow easy native support for CLA, by calling LibMatrixMult, instead of having to go though a MatrixBlock. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@systemds.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org