Function: set_device_sat_mode

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

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)
    

Parameters

Parameter

Description

mode

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

Return Value

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.