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