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

Matrix-Frame conversions failing for large dense blocks

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • SystemDS 2.1
    • None
    • None

    Description

      matrix-to-frame:

      An Error Occured :
            DMLRuntimeException -- org.apache.sysds.runtime.DMLRuntimeException: ERROR: Runtime error in for program block generated from for statement block between lines 0 and 0 -- Error evaluating for program block
            DMLRuntimeException -- ERROR: Runtime error in for program block generated from for statement block between lines 0 and 0 -- Error evaluating for program block
            DMLRuntimeException -- ERROR: Runtime error in program block generated from statement block between lines 5 and 5 -- Error evaluating instruction: CP°castdtf°M·MATRIX·FP64°_fVar1·FRAME·FP64
               RuntimeException -- Large dense in-memory block (with numblocks=2) allocated but operation access to first block only, which might cause incorrect results.
      

      frame-to-matrix

      An Error Occured :
            DMLRuntimeException -- org.apache.sysds.runtime.DMLRuntimeException: ERROR: Runtime error in for program block generated from for statement block between lines 0 and 0 -- Error evaluating for program block
            DMLRuntimeException -- ERROR: Runtime error in for program block generated from for statement block between lines 0 and 0 -- Error evaluating for program block
            DMLRuntimeException -- ERROR: Runtime error in program block generated from statement block between lines 7 and 7 -- Error evaluating instruction: CP°castdtm°F·FRAME·FP64·false°_mVar2·MATRIX·FP64
               RuntimeException -- Large dense in-memory block (with numblocks=2) allocated but operation access to first block only, which might cause incorrect results.
      

      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: