aclrtGetAllGroupInfo
函数功能
查询当前Context下可以使用的所有Group的详细算力信息。
Atlas 200/500 A2推理产品,不支持该接口。
函数原型
aclError aclrtGetAllGroupInfo(aclrtGroupInfo *groupInfo)
参数说明
参数名  | 
输入/输出  | 
说明  | 
|---|---|---|
groupInfo  | 
输出  | 
获取所有Group对应的详细算力信息的指针。 需提前调用aclrtCreateGroupInfo接口创建aclrtGroupInfo类型的数据。  | 
返回值说明
返回0表示成功,返回其它值表示失败。
父主题: 算力Group查询与设置