Function: get_stream_overflow_switch

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas training product

x

Atlas inference product

x

Atlas 200I/500 A2 inference product

x

Description

Checks whether overflow detection is enabled for a specified stream.

Prototype

  • C Prototype
    1
    aclError aclrtGetStreamOverflowSwitch(aclrtStream stream, uint32_t flag)
    
  • Python Function
    1
    flag, ret = acl.rt.get_stream_overflow_switch(stream)
    

Parameters

Parameter

Description

stream

Int, pointer address of the stream to be operated. If 0 is passed, the default stream will be operated.

Return Value

Return Value

Description

flag

Int, overflow detection switch. The options are as follows:

  • 0: disabled
  • 1: enabled

ret

Int, error code. 0 on success; else, failure.