pytorch/pytorch PyTorch 2.12.1 Release, bug fix release
Key point
This is a bug fix release that resolves Triton kernel errors and memory access issues on NVIDIA B100/B200 GPU environments.
Details
Bug Fixes
NVIDIA B100/B200 (sm100) related
- Fixed nondeterministic output issue in
test_batch_invarianceoccurring when using FLASH_ATTN (resolved via Triton 3.7.1 update) - Fixed illegal memory access error occurring in the Triton convolution2d_bwd_weight kernel (resolved via Triton 3.7.1 update)
Other Fixes
- Fixed incorrect fill_ method behavior for byte-dtype views with misaligned storage offset
Releng / Build
- Excluded CPython 3.13t support from the binary build matrix