Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pytorch/pytorch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: pytorch/pytorch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gh/malfet/479/orig
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Aug 8, 2025

  1. [MPS][BE] Combine all pre-MacOS14 xfail lists

    It does not matter whether it started to fail after 13.1 or 13.3, fact
    that it still fails on latest MacOS
    
    ghstack-source-id: b1c8090
    Pull Request resolved: #160228
    malfet committed Aug 8, 2025
    Configuration menu
    Copy the full SHA
    4f9f396 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2025

  1. [OpInfo][BE] Better inputs for addmm

    Right now alpha and betha are both less than zero, which makes them useless for all addmm samples for interal types
    
    ghstack-source-id: d3ec519
    Pull Request resolved: #160234
    malfet committed Aug 9, 2025
    Configuration menu
    Copy the full SHA
    6f460a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2025

  1. [MPS] Extend addmm to integral types

    Fixes #154901
    
    ghstack-source-id: c2c210e
    Pull Request resolved: #160270
    malfet committed Aug 10, 2025
    Configuration menu
    Copy the full SHA
    5a8f030 View commit details
    Browse the repository at this point in the history
Loading