Package com.aparapi.internal.util
Class OpenCLUtil
- java.lang.Object
-
- com.aparapi.internal.util.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
-
-
-
Method Detail
-
getOpenCLPlatforms
public static java.util.List<OpenCLPlatform> getOpenCLPlatforms()
Retrieve a list of available OpenCL Platforms- Returns:
- Available OpenCL Platforms
-
-