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

sample() fails in constant propagation

Details

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

    Description

      Please use the attached script to reproduce the error.

      An Error Occurred : 
                  LopsException -- ERROR: line 7, column 0 -- Problem generating simple inst - CP°sample°10°10·SCALAR·INT64·true°false°¶seed¶°1000°_mVar3·MATRIX·FP64
          NumberFormatException -- For input string: "¶seed¶" 

      Attachments

        1. callTestSample.dml
          0.1 kB
          Shafaq Siddiqi

        Activity

          Commit fe081dac756a2e0ade442d62ed6d5d0b8c8ad61a in systemds's branch refs/heads/main from Matthias Boehm
          [ https://gitbox.apache.org/repos/asf?p=systemds.git;h=fe081da ]

          SYSTEMDS-3296 Fix variable seed handling in CP and Spark sample ops

          This patch fixes the seed parsing of CP and Spark sample operations. So
          far it always assumed constants (e.g., after constant propagation) but
          in general it needs to support instruction patching like rand.

          Furthermore, this patch also fixes the java doc inconsistency that
          currently leads to distribution build failures.

          jira-bot ASF subversion and git services added a comment - Commit fe081dac756a2e0ade442d62ed6d5d0b8c8ad61a in systemds's branch refs/heads/main from Matthias Boehm [ https://gitbox.apache.org/repos/asf?p=systemds.git;h=fe081da ] SYSTEMDS-3296 Fix variable seed handling in CP and Spark sample ops This patch fixes the seed parsing of CP and Spark sample operations. So far it always assumed constants (e.g., after constant propagation) but in general it needs to support instruction patching like rand. Furthermore, this patch also fixes the java doc inconsistency that currently leads to distribution build failures.

          People

            mboehm7 Matthias Boehm
            ssiddiqi Shafaq Siddiqi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: