|
JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java (public API).
|
Type of local memory cache supported. More...
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... | |
Type of local memory cache supported.
Definition at line 960 of file CLDevice.java.
|
static |
Returns the matching LocalMemCacheType for the given cl type.
Definition at line 984 of file CLDevice.java.
| 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.
| 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.
| final int com.jogamp.opencl.CLDevice.LocalMemType.TYPE |
Value of wrapped OpenCL value.
Definition at line 975 of file CLDevice.java.