aclrtNotifyBatchReset
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
☓ |
|
☓ |
|
☓ |
Description
Resets Notify objects in batches.
Prototype
aclError aclrtNotifyBatchReset(aclrtNotify *notifies, size_t num)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
notifies |
Input |
Notify array. |
num |
Input |
Length of the Notify array. |
Returns
0 on success; else, failure. For details, see aclError.
Restrictions
This operation is not supported in the Ascend virtual instance scenario.
Parent topic: Notify Management