Baunsgaard opened a new pull request, #1809:
URL: https://github.com/apache/systemds/pull/1809

   Before: single thread transpose dense to sparse dominated: 
census_enc_16k-kmeans+-claWorkloadb16 -- dams-so001
   r'      15.085    112
   
   Then i removed an indirection of allocation via append on MCSR and managed 
the sparse vectors directly:
   
   r'       9.334    112
   
   And finally parallelized:
   r'       4.454    112


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to