Uploaded image for project: 'SystemDS'
  1. SystemDS
  2. SYSTEMDS-1284 Code generation for operator fusion
  3. SYSTEMDS-1288

Additional meta operator template: MultiAggregate

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Done
    • None
    • SystemML 0.14
    • Compiler, Runtime
    • None

    Description

      This task aims to add further codegen templates besides the existing SpoofCellwise, SpoofRowAggregate, and SpoofOuterProduct.

      Spoof MultiAggregate: There are quite a number of scenarios where we have expressions like (a) sum(Y == check_min), sum(Y == check_max), or (b) overlapping expressions with large common subexpression, i.e., fusable operations over a shared input with multiple aggregation roots. Since SystemML's compiler/runtime only supports single-output operations (with very few exceptions), it would be beneficial to generate a single fused operator with a combined aggregate output, which is subsequently split via traditional right indexing operations.

      Attachments

        Issue Links

          Activity

            People

              mboehm7 Matthias Boehm
              mboehm7 Matthias Boehm
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: