Fused Multiply–Add (FMA) is a floating-point operation that performs multiplication and addition in a single step, which can improve performance and reduce rounding errors in numerical computations. It is particularly useful in high-performance computing applications, such as scientific simulations and machine learning.
Fused Multiply–Add
·42 words·1 min·