You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemds.apache.org by GitBox <gi...@apache.org> on 2021/01/27 12:35:33 UTC

[GitHub] [systemds] Baunsgaard opened a new pull request #1173: [SYSTEMDS-2811] Compressed slice

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


   This PR contains an addition to slice compressed, that allows the slices not to decompress the entire matrix, but only the sliced parts. The implementation handle the following cases:
   
   - single value slice, is replaced by a getValue() that is placed into a new matrix output.
   - Row slices, that only decompress the rows selected
   - Column slices, that maintain compressed outputs.
   - Selective row/col slices that leverage first the column slice followed by a decompressing row slice.
   
   A further improvement would be to maintain compression if the Row slice is large enough to do so. But this would require further work.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [systemds] Baunsgaard closed pull request #1173: [SYSTEMDS-2811] Compressed slice

Posted by GitBox <gi...@apache.org>.
Baunsgaard closed pull request #1173:
URL: https://github.com/apache/systemds/pull/1173


   


----------------------------------------------------------------
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:
users@infra.apache.org