Package org.lwjgl.opencl
Class INTELMemForceHostMemory
- java.lang.Object
-
- org.lwjgl.opencl.INTELMemForceHostMemory
-
public final class INTELMemForceHostMemory extends java.lang.ObjectNative bindings to the intel_mem_force_host_memory extension.This extension allows an application to override driver heuristics to force allocation of a buffer memory object in host memory. Host memory is described in the
cl_intel_unified_shared_memoryextension.Allocating a buffer memory object in host memory trades off wide accessibility and transfer benefits for higher per-access costs. Buffer memory objects in host memory may also be subject to additional usage restrictions.
Requires
OpenCL 1.2.
-
-
Field Summary
Fields Modifier and Type Field Description static intCL_MEM_FORCE_HOST_MEMORY_INTELFlag of typecl_mem_flags, used when creating a buffer object to force allocation of a buffer memory object in host memory.
-
-
-
Field Detail
-
CL_MEM_FORCE_HOST_MEMORY_INTEL
public static final int CL_MEM_FORCE_HOST_MEMORY_INTEL
Flag of typecl_mem_flags, used when creating a buffer object to force allocation of a buffer memory object in host memory.- See Also:
- Constant Field Values
-
-