XeTLA v0.3.6
IntelĀ® Xe Templates for Linear Algebra - API Definition Document
 
Loading...
Searching...
No Matches
gpu::xetla::group::detail::check_2d_block_pitch_alignment< dtype_a, dtype_b, alignment_a, alignment_b, arch_tag > Class Template Reference

#include <selector_xe.hpp>

Static Public Attributes

static constexpr bool value
 

Member Data Documentation

◆ value

template<typename dtype_a , typename dtype_b , int alignment_a, int alignment_b, gpu_arch arch_tag>
constexpr bool gpu::xetla::group::detail::check_2d_block_pitch_alignment< dtype_a, dtype_b, alignment_a, alignment_b, arch_tag >::value
staticconstexpr
Initial value:
= (alignment_bytes_a % alignment_bytes == 0)
&& (alignment_bytes_b % alignment_bytes == 0)