|
JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java (public API).
|
The action executed after a task completes. More...
Public Attributes | |
| DO_NOTHING | |
| Does nothing, the task is responsible to make sure all computations have finished when the task finishes. More... | |
| FLUSH | |
| Flushes the queue on task completion. More... | |
| FINISH | |
| Finishes the queue on task completion. More... | |
The action executed after a task completes.
Definition at line 277 of file CLCommandQueuePool.java.
| com.jogamp.opencl.util.concurrent.CLCommandQueuePool< C extends CLQueueContext >.FinishAction.DO_NOTHING |
Does nothing, the task is responsible to make sure all computations have finished when the task finishes.
Definition at line 283 of file CLCommandQueuePool.java.
| com.jogamp.opencl.util.concurrent.CLCommandQueuePool< C extends CLQueueContext >.FinishAction.FINISH |
Finishes the queue on task completion.
Definition at line 294 of file CLCommandQueuePool.java.
| com.jogamp.opencl.util.concurrent.CLCommandQueuePool< C extends CLQueueContext >.FinishAction.FLUSH |
Flushes the queue on task completion.
Definition at line 288 of file CLCommandQueuePool.java.