/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/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 >={}) |