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

Type of local memory cache supported. More...

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

Static Public Member Functions

static LocalMemType valueOf (final int clLocalCacheType)
 Returns the matching LocalMemCacheType for the given cl type. More...
 

Public Attributes

 GLOBAL =(CL.CL_GLOBAL)
 GLOBAL implies that no dedicated memory storage is available (global mem is used instead). More...
 
 LOCAL =(CL.CL_LOCAL)
 LOCAL implies dedicated local memory storage such as SRAM. More...
 
final int TYPE
 Value of wrapped OpenCL value. More...
 

Detailed Description

Type of local memory cache supported.

Definition at line 960 of file CLDevice.java.

Member Function Documentation

◆ valueOf()

static LocalMemType com.jogamp.opencl.CLDevice.LocalMemType.valueOf ( final int  clLocalCacheType)
static

Returns the matching LocalMemCacheType for the given cl type.

Definition at line 984 of file CLDevice.java.

Here is the caller graph for this function:

Member Data Documentation

◆ GLOBAL

com.jogamp.opencl.CLDevice.LocalMemType.GLOBAL =(CL.CL_GLOBAL)

GLOBAL implies that no dedicated memory storage is available (global mem is used instead).

Definition at line 965 of file CLDevice.java.

◆ LOCAL

com.jogamp.opencl.CLDevice.LocalMemType.LOCAL =(CL.CL_LOCAL)

LOCAL implies dedicated local memory storage such as SRAM.

Definition at line 970 of file CLDevice.java.

◆ TYPE

final int com.jogamp.opencl.CLDevice.LocalMemType.TYPE

Value of wrapped OpenCL value.

Definition at line 975 of file CLDevice.java.


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