Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FMA - Fused Multiply and Accumulate will compute a . * x + b for the cost of a multiplication (on x86 AVX2 and CUDA), so structuring your code to take advantage of this will double the effective number of FLOPS you can get.

...