Package | Description |
---|---|
com.jogamp.opencl |
High level java bindings to OpenCL.
|
com.jogamp.opencl.util |
OpenCL utilities.
|
com.jogamp.opencl.util.concurrent |
OpenCL multi device concurrency utilities.
|
Class and Description |
---|
CLBuildConfiguration
Configuration representing everything needed to build an OpenCL program.
|
CLBuildListener
A callback an application can register to be called when the program executable
has been built (successfully or unsuccessfully).
Note1: registering a build callback can make CLProgramBinding.clBuildProgram(long, int, com.jogamp.common.nio.PointerBuffer, java.lang.String, com.jogamp.opencl.llb.impl.BuildProgramCallback) non blocking (OpenCL implementation dependent).Note2: the thread which calls this method is unspecified. |
CLProgramConfiguration
Configuration representing everything needed to build an OpenCL program (program included).
|
Filter |
Class and Description |
---|
CLBuildConfiguration
Configuration representing everything needed to build an OpenCL program.
|
CLBuildListener
A callback an application can register to be called when the program executable
has been built (successfully or unsuccessfully).
Note1: registering a build callback can make CLProgramBinding.clBuildProgram(long, int, com.jogamp.common.nio.PointerBuffer, java.lang.String, com.jogamp.opencl.llb.impl.BuildProgramCallback) non blocking (OpenCL implementation dependent).Note2: the thread which calls this method is unspecified. |
CLMultiContext
Utility for organizing multiple
CLContext s. |
CLProgramConfiguration
Configuration representing everything needed to build an OpenCL program (program included).
|
Filter |
MultiQueueBarrier
An utility for synchronizing multiple concurrent
CLCommandQueue s. |
Class and Description |
---|
CLMultiContext
Utility for organizing multiple
CLContext s. |