aclDeviceInfo

1
2
3
4
5
6
typedef enum {
    ACL_DEVICE_INFO_UNDEFINED = -1,       // Unknown specifications
    ACL_DEVICE_INFO_AI_CORE_NUM = 0,      // Number of AI Cores
    ACL_DEVICE_INFO_VECTOR_CORE_NUM = 1,  // Number of Vector Cores
    ACL_DEVICE_INFO_L2_SIZE = 2           // L2 Buffer size, in bytes
} aclDeviceInfo;