Function: set_device_sat_mode
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
x |
|
x |
|
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
1aclError aclrtSetDeviceSatMode(aclrtFloatOverflowMode mode)
- Python Function
1ret = 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.
Parent topic: Device Management