reference_rmsnorm2d_fwd.hpp File Reference

reference_rmsnorm2d_fwd.hpp File Reference#

Composable Kernel: reference_rmsnorm2d_fwd.hpp File Reference
reference_rmsnorm2d_fwd.hpp File Reference

Go to the source code of this file.

Classes

struct  ck_tile::reference_rmsnorm2d_default_epilogue

Namespaces

namespace  ck_tile

Functions

template<typename XDataType, typename GammaDataType, typename ComputeDataType, typename YDataType, typename InvRmsDataType, typename UnquantYDataType, typename Epilogue = reference_rmsnorm2d_default_epilogue>
void ck_tile::reference_rmsnorm2d_fwd (const HostTensor< XDataType > &x_m_n, const HostTensor< GammaDataType > &gamma_n, HostTensor< YDataType > &y_m_n, HostTensor< InvRmsDataType > &invRms_m, HostTensor< UnquantYDataType > &unquant_y_m_n, ComputeDataType epsilon, Epilogue epilogue_functor={}, const int use_model_sensitive_rmsnorm=static_cast< int >(Rmsnorm2dSensitiveEnum::NO_SPECIFIC_MODEL))