Baunsgaard commented on PR #1951: URL: https://github.com/apache/systemds/pull/1951#issuecomment-1833757863
With right side Dense Left side one non zero per row 100k by 1m %% 1m by 100 sp 0.43 -> Before: 65.06 After : 29.039 sec This speedup can be improved if our sparsity estimations are better since the output first is allocated sparse and subsequently transformed into dense. Most of the speedup is in parallelizing our sparse to dense code. -- 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