|
JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java (public API).
|
Static Public Member Functions | |
| static ExecutionStatus | valueOf (final int status) |
Public Attributes | |
| QUEUED =(CL_QUEUED) | |
| Command has been enqueued in the command-queue. More... | |
| SUBMITTED =(CL_SUBMITTED) | |
| Enqueued command has been submitted by the host to the device associated with the command-queue. More... | |
| RUNNING =(CL_RUNNING) | |
| Device is currently executing this command. More... | |
| COMPLETE =(CL_COMPLETE) | |
| The command has completed. More... | |
| ERROR =(-1) | |
| The command did not complete because of an error. More... | |
| final int | STATUS |
| Value of wrapped OpenCL command execution status. More... | |
Definition at line 221 of file CLEvent.java.
|
static |
| com.jogamp.opencl.CLEvent.ExecutionStatus.COMPLETE =(CL_COMPLETE) |
The command has completed.
Definition at line 242 of file CLEvent.java.
| com.jogamp.opencl.CLEvent.ExecutionStatus.ERROR =(-1) |
The command did not complete because of an error.
Definition at line 247 of file CLEvent.java.
| com.jogamp.opencl.CLEvent.ExecutionStatus.QUEUED =(CL_QUEUED) |
Command has been enqueued in the command-queue.
Definition at line 226 of file CLEvent.java.
| com.jogamp.opencl.CLEvent.ExecutionStatus.RUNNING =(CL_RUNNING) |
Device is currently executing this command.
Definition at line 237 of file CLEvent.java.
| final int com.jogamp.opencl.CLEvent.ExecutionStatus.STATUS |
Value of wrapped OpenCL command execution status.
Definition at line 253 of file CLEvent.java.
| com.jogamp.opencl.CLEvent.ExecutionStatus.SUBMITTED =(CL_SUBMITTED) |
Enqueued command has been submitted by the host to the device associated with the command-queue.
Definition at line 232 of file CLEvent.java.