aclrtEngineType

typedef enum { 
    ACL_RT_ENGINE_TYPE_AIC = 0,  // AI Core
    ACL_RT_ENGINE_TYPE_AIV,      // Vector Core
} aclrtEngineType;