Uploaded image for project: 'SystemDS'
  1. SystemDS
  2. SYSTEMDS-1547

Cache-conscious post processing tsmm

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Done
    • None
    • SystemML 0.14
    • None
    • None

    Description

      For scenarios like tsmm outer products t(X) %*% X, where X is a row vector, the post-processing in terms of (1) copying the upper to lower triangle, and (2) nnz recomputation significantly contribute to the execution time.

      This task aims at a cache-conscious copy of upper to lower triangles similar to dense-dense transpose as well as fusing the nnz recompuation into either the computation or copy operation.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: