public class OpenCLLoader extends OpenCLJNI
Modifier and Type | Field and Description |
---|---|
private static OpenCLLoader |
instance |
private static java.util.logging.Logger |
logger |
private static boolean |
openCLAvailable |
Constructor and Description |
---|
OpenCLLoader() |
Modifier and Type | Method and Description |
---|---|
protected static OpenCLLoader |
getInstance()
Retrieve a singleton instance of OpenCLLoader
|
static boolean |
isOpenCLAvailable()
Retrieve the status of whether OpenCL was successfully loaded
|
createKernelJNI, createProgram, createProgram, disposeKernel, disposeProgram, getBytes, getMem, getPlatforms, getProfileInfo, invoke, remap
private static final java.util.logging.Logger logger
private static boolean openCLAvailable
private static final OpenCLLoader instance
protected static OpenCLLoader getInstance()
public static boolean isOpenCLAvailable()