Skip to content

PyTorch 1.10.1 Release, small bug fix release

Compare
Choose a tag to compare
@seemethere seemethere released this 15 Dec 22:27
· 3 commits to release/1.10 since this release
302ee7b

This release is meant to fix the following issues (regressions / silent correctness):

  • torch.nn.cross_entropy silently incorrect in PyTorch 1.10 on CUDA on non-contiguous inputs #67167
  • channels_last significantly degrades accuracy #67239
  • Potential strict aliasing rule violation in bitwise_binary_op (on ARM/NEON) #66119
  • torch.get_autocast_cpu_dtype() returns a new dtype #65786
  • Conv2d grad bias gets wrong value for bfloat16 case #68048

The release tracker should contain all relevant pull requests related to this release as well as links to related issues