loadu_one_fourth Class — pytorch Architecture
Architecture documentation for the loadu_one_fourth class in vec256_zarch.h from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/cpu/vec/vec256/zarch/vec256_zarch.h lines 436–441
template <typename U>
static Vectorized<T> C10_ALWAYS_INLINE loadu_one_fourth(const U* ptr) {
// load only first 8 bytes
// only intended to be used with uint8_t
return loadu(ptr, 8 / sizeof(ElementType));
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free