include/ck_tile/ops/norm_reduce/thread/thread_welford.hpp File Reference

include/ck_tile/ops/norm_reduce/thread/thread_welford.hpp File Reference#

Composable Kernel: include/ck_tile/ops/norm_reduce/thread/thread_welford.hpp File Reference
thread_welford.hpp File Reference
#include "ck_tile/core.hpp"

Go to the source code of this file.

Namespaces

 ck_tile
 

Functions

template<typename T , bool kFastFDiv = false>
CK_TILE_DEVICE void ck_tile::welford_update (T &mean, T &var, T x, int count, bool_constant< kFastFDiv >={})