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

Codegen row template fails for large dense block inputs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • SystemML 1.1
    • None
    • None

    Description

      
      Y = abs(X / rowSums(X))
      
      

       

      
      Caused by: java.lang.RuntimeException: Large dense in-memory block (with numblocks=2) allocated but operation access to first block only, which might cause incorrect results.
              at org.apache.sysml.runtime.matrix.data.MatrixBlock.getDenseBlockValues(MatrixBlock.java:525)
              at org.apache.sysml.runtime.codegen.SpoofRowwise$ParExecTask.call(SpoofRowwise.java:422)
              at org.apache.sysml.runtime.codegen.SpoofRowwise$ParExecTask.call(SpoofRowwise.java:391)
              at java.util.concurrent.FutureTask.run(FutureTask.java:266)
              at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
              at java.lang.Thread.run(Thread.java:745)
      
      

      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: