JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java™ (public API).
com.jogamp.opencl.CLDevice.Capabilities Enum Reference

Enumeration for the execution capabilities of the device. More...

Collaboration diagram for com.jogamp.opencl.CLDevice.Capabilities:

Static Public Member Functions

static Capabilities valueOf (final int caps)
 
static EnumSet< CapabilitiesvaluesOf (final int bitfield)
 

Public Attributes

 EXEC_KERNEL =(CL.CL_EXEC_KERNEL)
 The OpenCL device can execute OpenCL kernels. More...
 
 EXEC_NATIVE_KERNEL =(CL.CL_EXEC_NATIVE_KERNEL)
 The OpenCL device can execute native kernels. More...
 
final int CAPS
 Value of wrapped OpenCL device type. More...
 

Detailed Description

Enumeration for the execution capabilities of the device.

Definition at line 749 of file CLDevice.java.

Member Function Documentation

◆ valueOf()

static Capabilities com.jogamp.opencl.CLDevice.Capabilities.valueOf ( final int  caps)
static

Definition at line 770 of file CLDevice.java.

Here is the caller graph for this function:

◆ valuesOf()

static EnumSet< Capabilities > com.jogamp.opencl.CLDevice.Capabilities.valuesOf ( final int  bitfield)
static

Definition at line 780 of file CLDevice.java.

Here is the caller graph for this function:

Member Data Documentation

◆ CAPS

final int com.jogamp.opencl.CLDevice.Capabilities.CAPS

Value of wrapped OpenCL device type.

Definition at line 764 of file CLDevice.java.

◆ EXEC_KERNEL

com.jogamp.opencl.CLDevice.Capabilities.EXEC_KERNEL =(CL.CL_EXEC_KERNEL)

The OpenCL device can execute OpenCL kernels.

Definition at line 754 of file CLDevice.java.

◆ EXEC_NATIVE_KERNEL

com.jogamp.opencl.CLDevice.Capabilities.EXEC_NATIVE_KERNEL =(CL.CL_EXEC_NATIVE_KERNEL)

The OpenCL device can execute native kernels.

Definition at line 759 of file CLDevice.java.


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