aclrtGetStreamOverflowSwitch
The Ascend 310 AI Processor does not support this API.
The
Description
Checks whether overflow/underflow detection is enabled for a specified stream.
Prototype
aclError aclrtGetStreamOverflowSwitch(aclrtStream stream, uint32_t *flag)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
stream |
Input |
Stream to be operated. If NULL is passed, the default stream will be operated. |
flag |
Output |
Overflow/Underflow detection switch. The options are as follows:
|
Returns
The value 0 indicates success, and other values indicate failure. For details, see aclError.
Parent topic: Stream Management