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

Use traits when probing VCL

    XMLWordPrintableJSON

Details

    • Test
    • Status: Resolved
    • Blocker
    • Resolution: Won't Fix
    • 0.12.2
    • 0.13.2
    • None
    • None

    Description

      currently we have

      eg.

       
            clazz = Class.forName("org.apache.mahout.viennacl.opencl.GPUMMul$").getField("MODULE$").get(null).asInstanceOf[MMBinaryFunc]
      

      To instantiate a Solver.. It is being cast to a MMBinaryFunc

      cast this to at MMulSolver Trait and change the corresponding class GPUMMul to extend this.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: