aclrtDestroyGroupInfo
Atlas 200/300/500 推理产品,不支持该接口。
Atlas 200/500 A2推理产品,不支持该接口。
Atlas 训练系列产品,不支持该接口。
Atlas A2训练系列产品/Atlas 800I A2推理产品,不支持该接口。
函数功能
销毁aclrtGroupInfo类型的数据,释放相关的内存。只能销毁通过aclrtCreateGroupInfo接口创建的aclrtGroupInfo类型。
函数原型
aclError aclrtDestroyGroupInfo(aclrtGroupInfo *groupInfo)
参数说明
参数名 |
输入/输出 |
说明 |
---|---|---|
groupInfo |
输入 |
待销毁的aclrtGroupInfo类型数据的指针。 |
返回值说明
返回0表示成功,非零表示失败。
父主题: 算力Group查询与设置