Class AMDDevicePersistentMemory

java.lang.Object
org.lwjgl.opencl.AMDDevicePersistentMemory

public final class AMDDevicePersistentMemory extends Object
Native bindings to the amd_device_persistent_memory extension.

This extension adds support for the new buffer and image creation flag MEM_USE_PERSISTENT_MEM_AMD. Buffers and images allocated with this flag reside in host-visible device memory.

  • Field Details

    • CL_MEM_USE_PERSISTENT_MEM_AMD

      public static final int CL_MEM_USE_PERSISTENT_MEM_AMD
      cl_mem_flags bit. Buffers and images allocated with this flag reside in host-visible device memory. This flag is mutually exclusive with the flags MEM_ALLOC_HOST_PTR and MEM_USE_HOST_PTR.
      See Also: