Uploaded image for project: 'SystemDS'
  1. SystemDS
  2. SYSTEMDS-2410 Perftest for SystemML 1.2 release
  3. SYSTEMDS-2488

Function output binding via multi-assignment fails on validate

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • SystemML 1.2
    • None
    • None

    Description

      foo = function(Matrix[Double] A) return (Matrix[Double] B) {
        #B = A;
        [w, B] = eigen(A)
      }
      
      X = matrix(0.1, rows=100, cols=100);
      Y = foo(X);
      print(toString(Y))
      

      just outputs No parse issue message. without script execution or any error.

      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: