aclrtGroupAttr

The Atlas 200/300/500 Inference Product does not support this enumeration.

The Atlas Training Series Product does not support this enumeration.

typedef enum aclrtGroupAttr
{
    ACL_GROUP_AICORE_INT,     //An int for the number of AI Cores corresponding to the group
    ACL_GROUP_AIV_INT,       // An int for the number of Vector Cores corresponding to the group. 
    ACL_GROUP_AIC_INT,       // An int for the number of AI CPU threads corresponding to the group. 
    ACL_GROUP_SDMANUM_INT,   // An int for the number of channels for asynchronous memory copy. 
    ACL_GROUP_ASQNUM_INT     // An int for the number of streams that can be scheduled at the same time in the specified group. The value is less than or equal to 32. Currently, a maximum of 32 streams can be scheduled at the same time at the system level. 
    ACL_GROUP_GROUPID_INT    //An int for the group ID
} aclrtGroupAttr;