Home
last modified time | relevance | path

Searched refs:vec2_alignment (Results 1 – 1 of 1) sorted by relevance

/external/pytorch/aten/src/ATen/native/cuda/
DMemoryAccess.cuh351 constexpr int vec2_alignment = std::alignment_of<aligned_vector<scalar_t, 2>>::value; in can_vectorize_up_to() local
355 } else if (address % vec2_alignment == 0) { in can_vectorize_up_to()