PyTorch 发布: PyTorch 2.10.0 Release
来源摘要
# PyTorch 2.10.0 Release Notes - [Highlights](#highlights) - [Backwards Incompatible Changes](#backwards-incompatible-changes) - [Deprecations](#deprecations) - [New Features](#new-features) - [Improvements](#improvements) - [Bug fixes](#bug-fixes) - [Performance](#performance) - [Documentation](#documentation) - [Developers](#developers) - [Security](#security) # Highlights Python 3.14 support for torch.compile(). Python 3.14t (freethreaded build) is experimentally supported as well. Reduced kernel launch overhead with combo-kernels horizontal fusion in torchinductor A new varlen_attn() op providing support for ragged and packed sequences Efficient eigenvalue decompositions with DnXgeev torch.compile() now respects use_deterministic_mode DebugMode for tracking dispatched calls and debugging numerical divergence - This makes it simpler to track down subtle numerical bugs. Intel GPUs support: Expand PyTorch support to the latest Panther Lake on Windows and Linux by enabling FP8 (core ops and scaled matmul) and complex MatMul support, and extending SYCL support in the C++ Extension API for Windows custom ops. For more details about these highlighted features, you can look at the [release blogpost](https://pytorch.org/blog/pytorch-2-10-release-blog/). Below are the full release notes for this release. # Backwards Incompatible Changes ## Dataloader Frontend - Removed unused `data_source` argument from Sampler ([#163134](https://github.com/pytorch/pytorch/pull/163134)). This is a no-op, unless you have a custom sampler that uses this argument. Please update your custom sampler accordingly. - Removed deprecated imports for torch.utils.data.datapipes.iter.grouping ([#163438](https://github.com/pytorch/pytorch/pull/163438)). `from torch.utils.data.datapipes.iter.grouping import
阅读原始来源- 来源
- PyTorch 发布 · 官方来源
- 来源发布
- 2026/01/22 01:05
- 来源更新
- 2026/01/24 00:46
- 首次采集
- 2026/09/19 13:21
本文为公开信息索引与摘要,详情及后续变化请以原始来源为准。