VecInnerType Class — pytorch Architecture
Architecture documentation for the VecInnerType class in vec256_zarch.h from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/cpu/vec/vec256/zarch/vec256_zarch.h lines 81–87
template <>
struct VecInnerType<int64_t> {
using Type = __attribute__((vector_size(16))) signed long long;
using ElementType = signed long long;
using BinaryType = typename VecBinaryType<sizeof(signed long long)>::type;
static constexpr int size = 16 / sizeof(signed long long);
};
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free