销毁一个Context,释放Context的资源,同步接口。只能销毁通过aclrtCreateContext接口创建的Context。
aclError aclrtDestroyContext(aclrtContext context)
参数名 |
输入/输出 |
说明 |
---|---|---|
context |
输入 |
需销毁的Context。 |
返回0表示成功,返回其它值表示失败。
接口调用流程及示例,参见运行管理资源申请与释放。