JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java™ (public API).
com.jogamp.opencl.CLEvent.ExecutionStatus Enum Reference
Collaboration diagram for com.jogamp.opencl.CLEvent.ExecutionStatus:

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...
 

Detailed Description

Definition at line 221 of file CLEvent.java.

Member Function Documentation

◆ valueOf()

static ExecutionStatus com.jogamp.opencl.CLEvent.ExecutionStatus.valueOf ( final int  status)
static

Definition at line 259 of file CLEvent.java.

Here is the caller graph for this function:

Member Data Documentation

◆ COMPLETE

com.jogamp.opencl.CLEvent.ExecutionStatus.COMPLETE =(CL_COMPLETE)

The command has completed.

Definition at line 242 of file CLEvent.java.

◆ ERROR

com.jogamp.opencl.CLEvent.ExecutionStatus.ERROR =(-1)

The command did not complete because of an error.

Definition at line 247 of file CLEvent.java.

◆ QUEUED

com.jogamp.opencl.CLEvent.ExecutionStatus.QUEUED =(CL_QUEUED)

Command has been enqueued in the command-queue.

Definition at line 226 of file CLEvent.java.

◆ RUNNING

com.jogamp.opencl.CLEvent.ExecutionStatus.RUNNING =(CL_RUNNING)

Device is currently executing this command.

Definition at line 237 of file CLEvent.java.

◆ STATUS

final int com.jogamp.opencl.CLEvent.ExecutionStatus.STATUS

Value of wrapped OpenCL command execution status.

Definition at line 253 of file CLEvent.java.

◆ SUBMITTED

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.


The documentation for this enum was generated from the following file: