Home / Class/ fnmadd Class — pytorch Architecture

fnmadd Class — pytorch Architecture

Architecture documentation for the fnmadd class in vec512_float.h from the pytorch codebase.

Entity Profile

Source Code

aten/src/ATen/cpu/vec/vec512/vec512_float.h lines 752–758

template <>
Vectorized<float> inline fnmadd(
    const Vectorized<float>& a,
    const Vectorized<float>& b,
    const Vectorized<float>& c) {
  return _mm512_fnmadd_ps(a, b, c);
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free