Skip to content

Commit

Permalink
Patch PyTorch to include Inductor make_ir signature update (#2052)
Browse files Browse the repository at this point in the history
Updates the PyTorch Inductor `make_ir` callsite to match signature
changed in
2ea4890

cc #2021
  • Loading branch information
alexbaden authored Aug 29, 2024
1 parent ca6e12a commit 41f1ee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/patch-pytorch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ cd "$REPO_ROOT"

curl -sSL https://github.com/pytorch/pytorch/pull/126516.diff | git apply -
curl -sSL https://github.com/pytorch/pytorch/pull/126456.diff | git apply -
curl -sSL https://github.com/pytorch/pytorch/pull/134774.diff | git apply -

0 comments on commit 41f1ee6

Please sign in to comment.