thread_welford.hpp File Reference#
thread_welford.hpp File Reference
#include "ck_tile/core.hpp"Go to the source code of this file.
Namespaces | |
| namespace | 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 >={}) |