Home / Class/ convert_to_fp_of_same_size Class — pytorch Architecture

convert_to_fp_of_same_size Class — pytorch Architecture

Architecture documentation for the convert_to_fp_of_same_size class in vec512.h from the pytorch codebase.

Entity Profile

Source Code

aten/src/ATen/cpu/vec/vec512/vec512.h lines 148–152

template <>
Vectorized<double> inline convert_to_fp_of_same_size<double>(
    const Vectorized<int64_t>& src) {
  return _mm512_cvtepi64_pd(src);
}

Analyze Your Own Codebase

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

Try Supermodel Free