Home / Class/ fmsub Class — pytorch Architecture

fmsub Class — pytorch Architecture

Architecture documentation for the fmsub class in vec512_double.h from the pytorch codebase.

Entity Profile

Source Code

aten/src/ATen/cpu/vec/vec512/vec512_double.h lines 547–553

template <>
Vectorized<double> inline fmsub(
    const Vectorized<double>& a,
    const Vectorized<double>& b,
    const Vectorized<double>& c) {
  return _mm512_fmsub_pd(a, b, c);
}

Analyze Your Own Codebase

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

Try Supermodel Free