Class OpenCLUtil


  • public class OpenCLUtil
    extends java.lang.Object
    This utility class encapsulates the necessary actions required to query underlying OpenCL information
    • Constructor Summary

      Constructors 
      Constructor Description
      OpenCLUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<OpenCLPlatform> getOpenCLPlatforms()
      Retrieve a list of available OpenCL Platforms
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OpenCLUtil

        public OpenCLUtil()
    • Method Detail

      • getOpenCLPlatforms

        public static java.util.List<OpenCLPlatform> getOpenCLPlatforms()
        Retrieve a list of available OpenCL Platforms
        Returns:
        Available OpenCL Platforms