Function: reset_overflow_status
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Clears the overflow status of tasks on all streams in the current device. This API is asynchronous.
Prototype
- C Prototype
1aclError aclrtResetOverflowStatus(aclrtStream stream)
- Python Function
1ret = acl.rt.reset_overflow_status(stream)
Parameter Description
Parameter |
Description |
|---|---|
stream |
Specified stream to deliver an overflow status resetting task. |
Return Value Description
Return Value |
Description |
|---|---|
ret |
Int, error code: 0 on success; else, failure. |
Restrictions
This API is asynchronous. The API call delivers a task rather than executes a task.
After this API is called, call the synchronization API (for example, acl.rt.synchronize_stream) to ensure that the task is complete.
For the
For the