aclrtSetDeviceSatMode
The Ascend 310 AI Processor does not support this API.
The
Description
Sets the output mode of the floating-point computation result of the device.
Restrictions
The setting takes effect only for the streams created on the device after this API call.
Prototype
aclError aclrtSetDeviceSatMode(aclrtFloatOverflowMode mode)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
mode |
Input |
Output mode of the floating-point calculation result. |
Returns
The value 0 indicates success, and other values indicate failure. For details, see aclError.
Parent topic: Device Management