Commits


Nick Kreeger authored and GitHub committed 821492f6f5c
Drop std::count_if() in *EmbedLayerNorm Ops. (#8161) * Drop std::count_if() in *EmbedLayerNorm Ops. Profiling has shown that summing up the vector using the std function can be 2x slower than just a simple plain vector sum loop. * try and revert sumodule commits * ensure mask is 1.