aclrtGetStreamOverflowSwitch

The Ascend 310 AI Processor does not support this API.

The Atlas Training Series Product does not support this API.

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:

  • 0: disabled.
  • 1: enabled.

Returns

The value 0 indicates success, and other values indicate failure. For details, see aclError.