C函数原型
aclError aclrtFreePhysical(aclrtDrvMemHandle handle)
Python函数
ret = acl.rt.free_physical(handle)
函数功能
释放通过acl.rt.malloc_physical接口申请的物理内存。
Atlas 200/300/500 推理产品不支持该接口。
输入说明
handle:int,待释放的物理地址信息handle。
返回值说明
ret:int,错误码。
约束说明