aclrtMemAllocationType
1 2 3 | typedef enum aclrtMemAllocationType { ACL_MEM_ALLOCATION_TYPE_PINNED = 0, // 锁页内存 } aclrtMemAllocationType; |
父主题: 数据类型及其操作接口
1 2 3 | typedef enum aclrtMemAllocationType { ACL_MEM_ALLOCATION_TYPE_PINNED = 0, // 锁页内存 } aclrtMemAllocationType; |