Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Description Replace `memset(0)` with `std::fill(T{})`. This would ensure that all the types are initialized in a portable way. ### Motivation and Context Some platforms exhibit intermittent failures with NaN results. Follow up to: #21525 Cc: @ranjitshs
- Loading branch information