aclrtFloatOverflowMode

Data Format

Description

ACL_RT_OVERFLOW_MODE_SATURATION = 0

Saturation mode. If this mode is used, the compute precision may be inaccurate. This mode is only compatible with earlier versions and will not be evolved in the future.

ACL_RT_OVERFLOW_MODE_INFNAN = 1

/Inf/NaN mode (IEEE 754-compliant). This is the default mode.

ACL_RT_OVERFLOW_MODE_UNDEF = 2

Reserved