Uploaded image for project: 'Mahout'
  1. Mahout
  2. MAHOUT-1963

Signs are Flipped in the ViennaCL Sparse %*% Sparse tests

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 0.13.0
    • 0.13.0
    • None
    • None

    Description

      Here aand in other places, In the ViennaCL (both modules) Unit tests, the signs are flipped when adding random data to matrices.

          // add some sparse data with a 20% threshold
          mxA := { (_, _, v) => if (r.nextDouble()  .20) r.nextDouble() else v }
          mxB := { (_, _, v) => if (r.nextDouble() < .20) r.nextDouble() else v }
      

      Attachments

        Activity

          People

            Andrew_Palumbo Andrew Palumbo
            Andrew_Palumbo Andrew Palumbo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: