Examples of GpuVectorMapTest2


Examples of org.trifort.rootbeer.testcases.rootbeertest.kerneltemplate.GpuVectorMapTest2

    List<TestKernelTemplate> ret = new ArrayList<TestKernelTemplate>();
    //ret.add(new FastMatrixTest());
    ret.add(new DoubleToStringKernelTemplateTest());
    ret.add(new DoubleToStringKernelTemplateBuilderTest());
    ret.add(new GpuParametersTest());
    ret.add(new GpuVectorMapTest2());
    return ret;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.