Package | Description |
---|---|
com.jogamp.opencl |
High level java bindings to OpenCL.
|
com.jogamp.opencl.util |
OpenCL utilities.
|
Modifier and Type | Field and Description |
---|---|
static CLVersion |
CLVersion.CL_1_0 |
static CLVersion |
CLVersion.CL_1_1 |
CLVersion |
CLPlatform.version
Version of this OpenCL platform.
|
Modifier and Type | Method and Description |
---|---|
CLVersion |
CLDevice.getCVersion()
Returns the OpenCL-C version supported by the device.
|
CLVersion |
CLDevice.getVersion()
Returns the OpenCL version supported by the device.
|
CLVersion |
CLPlatform.getVersion()
Returns the OpenCL version supported by this platform.
|
Modifier and Type | Method and Description |
---|---|
int |
CLVersion.compareTo(CLVersion other) |
boolean |
CLPlatform.isAtLeast(CLVersion other) |
boolean |
CLVersion.isAtLeast(CLVersion other) |
boolean |
CLVersion.isEqual(CLVersion other) |
Modifier and Type | Method and Description |
---|---|
static Filter<CLPlatform> |
CLPlatformFilters.version(CLVersion version)
Accepts all platforms supporting at least the given OpenCL spec version.
|