aclrtMemAttr

typedef enum aclrtMemAttr {
    ACL_DDR_MEM,         // Huge page memory + common memory
    ACL_HBM_MEM,         // Huge page memory + common memory
    ACL_DDR_MEM_HUGE,    // Huge page memory
    ACL_DDR_MEM_NORMAL,  // Common memory
    ACL_HBM_MEM_HUGE,    // Huge page memory
    ACL_HBM_MEM_NORMAL,  // Common memory
    ACL_DDR_MEM_P2P_HUGE,    // Huge page memory for inter-device memory copy
    ACL_DDR_MEM_P2P_NORMAL,  // Normal page memory for inter-device memory copy
    ACL_HBM_MEM_P2P_HUGE,    // Huge page memory for inter-device memory copy
    ACL_HBM_MEM_P2P_NORMAL,  // Normal page memory for inter-device memory copy
} aclrtMemAttr;