Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Done
-
None
-
None
Description
Similar to the existing tak+* operator, this new tack+* operator fused two or three binary multiply operations and final column-wise aggregation colSums(X*Y*Z) in order to avoid materializing the intermediates which is very expensive compared to the cheap multiply and sum operations.