#include <coordinate_transform.hpp>
|
| CK_TILE_HOST_DEVICE constexpr | xor_t () |
| CK_TILE_HOST_DEVICE constexpr | xor_t (const LowLengths &low_lengths) |
| CK_TILE_HOST_DEVICE constexpr const auto & | get_upper_lengths () const |
| template<typename LowIdx, typename UpIdx> |
| CK_TILE_HOST_DEVICE constexpr void | calculate_lower_index (LowIdx &idx_low, const UpIdx &idx_up) const |
| template<typename LowIdxDiff, typename UpIdxDiff, typename LowIdx, typename UpIdx> |
| CK_TILE_HOST_DEVICE void | update_lower_index (LowIdxDiff &idx_diff_low, const UpIdxDiff &, LowIdx &idx_low, const UpIdx &idx_up) const |
| template<typename LowVectorLengths, typename LowVectorStrides> |
| CK_TILE_HOST_DEVICE constexpr auto | calculate_upper_dimension_safe_vector_length_strides (const LowVectorLengths &low_vector_lengths, const LowVectorStrides &low_vector_strides) const |
◆ LowerIndex
template<typename LowLengths>
◆ UpLengths
template<typename LowLengths>
◆ UpperIndex
template<typename LowLengths>
◆ xor_t() [1/2]
template<typename LowLengths>
◆ xor_t() [2/2]
template<typename LowLengths>
◆ calculate_lower_index()
template<typename LowLengths>
template<typename LowIdx, typename UpIdx>
◆ calculate_upper_dimension_safe_vector_length_strides()
template<typename LowLengths>
template<typename LowVectorLengths, typename LowVectorStrides>
| CK_TILE_HOST_DEVICE constexpr auto ck_tile::xor_t< LowLengths >::calculate_upper_dimension_safe_vector_length_strides |
( |
const LowVectorLengths & | low_vector_lengths, |
|
|
const LowVectorStrides & | low_vector_strides ) const |
|
inlineconstexpr |
◆ get_type_enum()
template<typename LowLengths>
◆ get_upper_lengths()
template<typename LowLengths>
◆ is_known_at_compile_time()
template<typename LowLengths>
◆ is_valid_upper_index_always_mapped_to_valid_lower_index()
template<typename LowLengths>
◆ is_valid_upper_index_mapped_to_valid_lower_index()
template<typename LowLengths>
template<typename UpIdx>
◆ update_lower_index()
template<typename LowLengths>
template<typename LowIdxDiff, typename UpIdxDiff, typename LowIdx, typename UpIdx>
| CK_TILE_HOST_DEVICE void ck_tile::xor_t< LowLengths >::update_lower_index |
( |
LowIdxDiff & | idx_diff_low, |
|
|
const UpIdxDiff & | , |
|
|
LowIdx & | idx_low, |
|
|
const UpIdx & | idx_up ) const |
|
inline |
◆ type_enum
template<typename LowLengths>
◆ up_lengths_
template<typename LowLengths>
The documentation for this struct was generated from the following file: