Class AMDDevicePersistentMemory


  • public final class AMDDevicePersistentMemory
    extends java.lang.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.

    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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:
        Constant Field Values