aclrtDestroyBinary
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Destroys the data of the aclrtBinary type created by the aclrtCreateBinary call. The operator here is a custom operator developed by using Ascend C.
Note that only the aclrtBinary data is destroyed. The data memory transferred when the aclrtCreateBinary API is called must be freed by the user in a timely manner. Otherwise, the memory may be abnormal.
Prototype
1 | aclError aclrtDestroyBinary(aclrtBinary binary) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
binary |
Input |
Pointer to data of the aclrtBinary type. |
Returns
0 on success; otherwise, failure. For details, see aclError.
Parent topic: Kernel Loading and Execution