aclrtMemLocationType
typedef enum aclrtMemLocationType {
ACL_MEM_LOCATION_TYPE_HOST = 0, // Reserved and not supported currently.
ACL_MEM_LOCATION_TYPE_DEVICE,
} aclrtMemLocationType;
Parent topic: Data Types and Operations
typedef enum aclrtMemLocationType {
ACL_MEM_LOCATION_TYPE_HOST = 0, // Reserved and not supported currently.
ACL_MEM_LOCATION_TYPE_DEVICE,
} aclrtMemLocationType;