Class CLALibSquash
java.lang.Object
org.apache.sysds.runtime.compress.lib.CLALibSquash
Squash or recompress is processing each column group and trying to find a better compressed representation for each.
-
Method Summary
Modifier and TypeMethodDescriptionstatic CompressedMatrixBlocksquash(CompressedMatrixBlock m, int k) Squash or recompress is process each column group in the given Compressed Matrix Block and tries to recompress each column.
-
Method Details
-
squash
Squash or recompress is process each column group in the given Compressed Matrix Block and tries to recompress each column.- Parameters:
m- The input compressed matrixk- The parallelization degree allowed in this process- Returns:
- A replaced Compressed Matrix Block, note the old block is also modified
-