Home / Class/ convert_to_int_of_same_size Class — pytorch Architecture

convert_to_int_of_same_size Class — pytorch Architecture

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

Entity Profile

Source Code

aten/src/ATen/cpu/vec/vec512/vec512.h lines 136–140

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

Analyze Your Own Codebase

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

Try Supermodel Free