Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 2.18 KB

fastmath.rst

File metadata and controls

36 lines (27 loc) · 2.18 KB

CUDA Fast Math

As noted in :ref:`fast-math`, for certain classes of applications that utilize floating point, strict IEEE-754 conformance is not required. For this subset of applications, performance speedups may be possible.

The CUDA target implements :ref:`fast-math` behavior with two differences.