Template Function ripple::block_norm_idx¶
Defined in File thread_index.hpp
Function Documentation¶
- 
template<typename 
Dim>
autoripple::block_norm_idx(Dim &&dim) noexcept -> float Gets the value of the normalized index in the block in the given dimension.
The dimension must be one of dim_x, dim_y, dim_z, or a value specifting the index of the dimension.
- Return
 The normalized index of the thread in block for the given dimension.
- Parameters
 dim: the dimension to get the index for.
- Template Parameters
 Dim: the type of the dimension specifier.