You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: torch.std and torch.var support multi-dimensional reductions (#1395)
* Augment current tests to reproduce error generating bug with standard dev / variance lowering
* fix: Ensure torch.std (and torch.var) support multiple dimensions
- Refactor IR code to avoid the use of select, for which only
single-dimension support exists currently
- Update formula in Bessel's correction (unbiased) case
- Include regression tests to catch multi-dimensional indexing errors
* Improved comments on IR for UnpackVar function
0 commit comments