|
JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java (public API).
|
Enumeration for the command-queue settings. More...
Static Public Member Functions | |
| static Mode | valueOf (final int queueMode) |
| static EnumSet< Mode > | valuesOf (final long bitfield) |
Public Attributes | |
| OUT_OF_ORDER_MODE =(CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE) | |
| If set, the commands in the command-queue are executed out-of-order. More... | |
| PROFILING_MODE =(CL_QUEUE_PROFILING_ENABLE) | |
| Enables profiling of commands in the command-queue. More... | |
| final int | QUEUE_MODE |
| Value of wrapped OpenCL device type. More... | |
Enumeration for the command-queue settings.
Definition at line 1926 of file CLCommandQueue.java.
|
static |
|
static |
| com.jogamp.opencl.CLCommandQueue.Mode.OUT_OF_ORDER_MODE =(CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE) |
If set, the commands in the command-queue are executed out-of-order.
Otherwise, commands are executed in-order.
Definition at line 1931 of file CLCommandQueue.java.
| com.jogamp.opencl.CLCommandQueue.Mode.PROFILING_MODE =(CL_QUEUE_PROFILING_ENABLE) |
Enables profiling of commands in the command-queue.
If set, the profiling of commands is enabled. Otherwise profiling of commands is disabled. See com.jogamp.opencl.CLEvent for more information.
Definition at line 1938 of file CLCommandQueue.java.
| final int com.jogamp.opencl.CLCommandQueue.Mode.QUEUE_MODE |
Value of wrapped OpenCL device type.
Definition at line 1943 of file CLCommandQueue.java.