Package org.lwjgl.opencl
Class INTELMemChannelProperty
- java.lang.Object
-
- org.lwjgl.opencl.INTELMemChannelProperty
-
public final class INTELMemChannelProperty extends java.lang.ObjectNative bindings to the intel_mem_channel_property extension.On some accelerators, manual partitioning of buffers across different regions of memory may result in higher performance by spreading high-demand memory across different interfaces or ports of a memory.
This extension allows programmers to request that a buffer allocation be implemented in a particular region of memory.
Requires
intel_create_buffer_with_properties.
-
-
Field Summary
Fields Modifier and Type Field Description static intCL_MEM_CHANNEL_INTELAccepted property for thepropertiesparameter toCreateBufferWithPropertiesINTELto specify the requested channel for the buffer.
-
-
-
Field Detail
-
CL_MEM_CHANNEL_INTEL
public static final int CL_MEM_CHANNEL_INTEL
Accepted property for thepropertiesparameter toCreateBufferWithPropertiesINTELto specify the requested channel for the buffer.- See Also:
- Constant Field Values
-
-