aclrtPhysicalMemProp

typedef struct aclrtPhysicalMemProp {
    aclrtMemHandleType handleType;
    aclrtMemAllocationType allocationType;
    aclrtMemAttr memAttr;
    aclrtMemLocation location;
    uint64_t reserve; 
} aclrtPhysicalMemProp;

Member

Definition

handleType

Handle type. Currently, only ACL_MEM_HANDLE_TYPE_NONE is supported.

allocationType

Memory allocation type. Currently, only ACL_MEM_ALLOCATION_TYPE_PINNED is supported.

memAttr

Memory attribute.

location

Memory location.

reserve

Reserved.