Function: get_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

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

Prototype

  • C Prototype
    1
    aclError aclrtGetDeviceSatMode(aclrtFloatOverflowMode *mode)
    
  • Python Function
    1
    mode, ret = acl.rt.get_device_sat_mode()
    

Parameters

None

Return Value

Return Value

Description

mode

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

ret

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