Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Chuang <[email protected]>
  • Loading branch information
jon-chuang committed Sep 6, 2023
1 parent b3e4832 commit 0eda435
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion transformer_engine/common/utils.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,6 @@ https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance?section=5#Para
*/

template<typename T>

inline __device__ void warp_chan_upd_dynamic(T &m_a, T &m2_a, T &n_a, int num_active) { // NOLINT(*)
// Assume at least leftmost is valid and
// init: step = next_pow2(num_active) / 2 (might get NaN otherwise)
Expand Down

0 comments on commit 0eda435

Please sign in to comment.