rmsnorm2d_fwd_pipeline_one_pass.hpp Source File#
rmsnorm2d_fwd_pipeline_one_pass.hpp
Go to the documentation of this file.
Definition tile/core/algorithm/cluster_descriptor.hpp:13
remove_cv_t< std::remove_reference_t< T > > remove_cvref_t
Definition type_traits.hpp:21
CK_TILE_DEVICE auto tile_elementwise_in(const InElementFunc &in_element_func, const InTensor &... in_dstr_tensors)
Definition tile_elementwise.hpp:40
@ SMOOTH_DYNAMIC_QUANT
Definition rmsnorm2d_fwd_traits.hpp:29
@ DYNAMIC_QUANT
Definition rmsnorm2d_fwd_traits.hpp:30
CK_TILE_HOST_DEVICE constexpr void sweep_tile(const F &f, UnpacksPerXDim={})
Definition sweep_tile.hpp:231
CK_TILE_HOST_DEVICE constexpr auto make_static_distributed_tensor(const StaticTileDistribution &)
Definition static_distributed_tensor.hpp:142
CK_TILE_DEVICE constexpr auto make_tile_window(null_tensor_view, const WindowLengths &window_lengths, const multi_index< WindowLengths::size()> &, Ts &&...)
Definition null_tile_window.hpp:75
CK_TILE_DEVICE auto cast_tile(const SrcTensor &src_tensor)
Definition tile_elementwise.hpp:327
CK_TILE_DEVICE void store_tile(tile_window_with_static_lengths< BottomTensorView_, WindowLengths_ > &tile_window_tmp, const static_distributed_tensor< DataType_, TileDistribution_ > &dstr_tensor)
Definition store_tile.hpp:23
CK_TILE_HOST_DEVICE constexpr Y type_convert(X x)
Definition tile/core/numeric/type_convert.hpp:29
CK_TILE_DEVICE auto load_tile(const TileWindow_ &tile_window, number< i_access >={}, bool_constant< oob_conditional_check >={})
Definition load_tile.hpp:22
CK_TILE_HOST_DEVICE constexpr auto make_tuple(Xs &&... xs)
Definition tile/core/container/tuple.hpp:360
Definition reduce_operator.hpp:14
Definition reduce_operator.hpp:40
Definition rmsnorm2d_fwd_pipeline_one_pass.hpp:15
static constexpr bool kSaveUnquant
Definition rmsnorm2d_fwd_pipeline_one_pass.hpp:30
static constexpr auto kFusedAdd
Definition rmsnorm2d_fwd_pipeline_one_pass.hpp:35
static constexpr bool kSaveInvRms
Definition rmsnorm2d_fwd_pipeline_one_pass.hpp:29
ck_tile::remove_cvref_t< typename Problem::XDataType > XDataType
Definition rmsnorm2d_fwd_pipeline_one_pass.hpp:19
ck_tile::remove_cvref_t< typename Problem::YDataType > YDataType
Definition rmsnorm2d_fwd_pipeline_one_pass.hpp:22
XDataType XResidualDataType
Definition rmsnorm2d_fwd_pipeline_one_pass.hpp:25
static constexpr bool kPadN
Definition rmsnorm2d_fwd_pipeline_one_pass.hpp:34
ck_tile::remove_cvref_t< typename Problem::GammaDataType > GammaDataType
Definition rmsnorm2d_fwd_pipeline_one_pass.hpp:20
static constexpr bool kHasGamma
Definition rmsnorm2d_fwd_pipeline_one_pass.hpp:28
CK_TILE_DEVICE auto operator()(const XWindow &x_window_, const XResidualWindow &x_residual_window_, const GammaWindow &gamma_window_, YWindow &y_window_, const YResidualWindow &y_residual_window_, InvRmsWindow &inv_rms_window, const SmoothScaleWindow &sm_scale_window_, YScaleWindow &y_scale_window_, UnquantYWindow &unquant_y_window, ComputeDataType epsilon, ck_tile::index_t row_size, void *smem, Epilogue) const
Definition rmsnorm2d_fwd_pipeline_one_pass.hpp:60
XDataType YResidualDataType
Definition rmsnorm2d_fwd_pipeline_one_pass.hpp:26
static constexpr auto kFusedQuant
Definition rmsnorm2d_fwd_pipeline_one_pass.hpp:36
ck_tile::remove_cvref_t< Problem_ > Problem
Definition rmsnorm2d_fwd_pipeline_one_pass.hpp:16
static constexpr const char * name
Definition rmsnorm2d_fwd_pipeline_one_pass.hpp:38
ck_tile::remove_cvref_t< typename Problem::ComputeDataType > ComputeDataType
Definition rmsnorm2d_fwd_pipeline_one_pass.hpp:21
static CK_TILE_HOST_DEVICE constexpr index_t GetSmemSize()
Definition rmsnorm2d_fwd_pipeline_one_pass.hpp:45
ck_tile::remove_cvref_t< Policy_ > Policy
Definition rmsnorm2d_fwd_pipeline_one_pass.hpp:17
static constexpr bool kNeedCrossWarpSync
Definition rmsnorm2d_fwd_pipeline_one_pass.hpp:32
static constexpr bool kPadM
Definition rmsnorm2d_fwd_pipeline_one_pass.hpp:33
ck_tile::remove_cvref_t< typename Problem::InvRmsDataType > InvRmsDataType
Definition rmsnorm2d_fwd_pipeline_one_pass.hpp:23