aclprofAicoreMetrics
typedef enum {
ACL_AICORE_ARITHMETIC_UTILIZATION = 0, // Arithmetic utilization ratio
ACL_AICORE_PIPE_UTILIZATION = 1, // Ratio of time consumed by compute units and DMA units
ACL_AICORE_MEMORY_BANDWIDTH = 2, // Ratio of external memory read/write instructions
ACL_AICORE_L0B_AND_WIDTH = 3, // Ratio of internal memory read/write instructions
ACL_AICORE_RESOURCE_CONFLICT_RATIO = 4, // Ratio of pipeline queue instructions
ACL_AICORE_MEMORY_UB = 5, // Ratio of internal memory read/write instructions
ACL_AICORE_NONE = 0xFF
}aclprofAicoreMetrics;
Parent topic: Data Types and Operations