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


    [SYSTEMDS-2686] Compressed overlapping column groups
   
   This commit change the compressed right multiplication to perform in
   compressed space, resulting in significantly faster execution.
   The technique employed results in overlapping column groups, that contain
   partial results of the matrix multiplication.
   The downside is that some operations that previously was possible on
   compressed space no longer works, for the overlapping column groups.
   
   To still support all the operations, then decompression is used for
   cases where it is impossible to execute on the compressed matrices.
   
   Another addition is that statistics now contain compression and
   decompression times if compression is enabled.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to