aclrtMemAllocationType
1 2 3 | typedef enum aclrtMemAllocationType { ACL_MEM_ALLOCATION_TYPE_PINNED = 0, // Page-locked memory } aclrtMemAllocationType; |
Parent topic: Data Types and Operation APIs
1 2 3 | typedef enum aclrtMemAllocationType { ACL_MEM_ALLOCATION_TYPE_PINNED = 0, // Page-locked memory } aclrtMemAllocationType; |