aclrtSetDeviceSatMode
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
☓ |
|
☓ |
|
☓ |
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
aclError aclrtSetDeviceSatMode(aclrtFloatOverflowMode mode)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
mode |
Input |
Output mode of the floating-point computation result. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Device Management