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

Compression Fused Quantization

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Compiler, Compress

    Description

      This task is to add a new instruction.

      Assuming M is an matrix and S is a scaling constant, vector or matrix then implement a rewrite and instruction that fuse the following sequence of instructions:

      ```
      M2 = floor(M * S)
      C = compress(M2)
      ```

      The result should be a CLA compressed quantized matrix according to the scaling values of S.

      In a passing implementation S is a scalar constant value.

      Attachments

        Activity

          People

            Unassigned Unassigned
            baunsgaard Sebastian Baunsgaard
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: