Function: set_device_sat_mode

Applicability

Product

Supported (√/x)

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas training products

x

Atlas inference products

x

Atlas 200I/500 A2 inference products

x

Function Usage

Sets the output mode of the floating-point computation result of the device.

The setting takes effect only for the streams created on the device after this API call.

Prototype

  • C Prototype
    1
    aclError aclrtSetDeviceSatMode(aclrtFloatOverflowMode mode)
    
  • Python Function
    1
    ret = acl.rt.set_device_sat_mode(mode)
    

Parameter Description

Parameter

Description

mode

Int, output mode of the floating-point computation result. For details, see aclrtFloatOverflowMode.

Return Value Description

Return Value

Description

ret

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

Restrictions

The setting takes effect only for the streams created on the device after this API call.