aclrtPtrAttributes
typedef struct aclrtPtrAttributes {
aclrtMemLocation location; // 内存所在位置
uint32_t pageSize; // 页表大小,单位Byte
uint32_t rsv[4]; // 预留参数
} aclrtPtrAttributes;
父主题: 数据类型及其操作接口
typedef struct aclrtPtrAttributes {
aclrtMemLocation location; // 内存所在位置
uint32_t pageSize; // 页表大小,单位Byte
uint32_t rsv[4]; // 预留参数
} aclrtPtrAttributes;