About 184,000 results
Open links in new tab
  1. PyTorch

    Dec 17, 2025 · Distributed Training Scalable distributed training and performance optimization in research and production is enabled by the torch.distributed backend.

  2. PyTorch documentation — PyTorch 2.9 documentation

    Extending PyTorch Extending torch.func with autograd.Function Frequently Asked Questions Getting Started on Intel GPU Gradcheck mechanics HIP (ROCm) semantics Features for large-scale …

  3. PyTorch 2.x

    Learn about PyTorch 2.x: faster performance, dynamic shapes, distributed training, and torch.compile.

  4. Accelerate Your AI: PyTorch 2.4 Now Supports Intel GPUs for Faster ...

    Aug 29, 2024 · Graph mode (torch.compile) now has an enabled Intel GPU back end to implement the optimization for Intel GPUs and to integrate Triton. Furthermore, data types such as FP32, BF16, …

  5. Get Started - PyTorch

    CUDA 13.0 ROCm 6.4 CPU pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126

  6. torch — PyTorch 2.9 documentation

    The torch package contains data structures for multi-dimensional tensors and defines mathematical operations over these tensors. Additionally, it provides many utilities for efficient serialization of …

  7. PyTorch 2.7 Release

    Apr 23, 2025 · Enable torch.compile on Windows 11 for Intel GPUs, delivering the performance advantages over eager mode as on Linux. Optimize the performance of PyTorch 2 Export Post …

  8. PyTorch 2.5 Release Blog

    Oct 17, 2024 · This API leverages torch.compile to generate a fused FlashAttention kernel, which eliminates extra memory allocation and achieves performance comparable to handwritten …

  9. Quickstart — PyTorch Tutorials 2.9.0+cu128 documentation

    PyTorch has two primitives to work with data: torch.utils.data.DataLoader and torch.utils.data.Dataset. Dataset stores the samples and their corresponding labels, and DataLoader wraps an iterable …

  10. Start Locally | PyTorch

    pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126 Installing on Windows PyTorch can be installed and used on various Windows distributions. Depending on your system and …