[upstream triton] update triton pin to triton 3.5 (#162278)

Update PyTorch to the latest Triton release candidate branch (release/3.5.x in triton-lang/triton)

Notably:
* this does *not* include the version number bump from 3.4 -> 3.5 (we'll do that in a follow-up PR)
* sam_fast is still failing, so we've disabled it temporarily https://github.com/pytorch/pytorch/issues/162282 and we are committed to fixing it, ideally before the branch cut but possibly as a cherry-pick into the release branch.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/162278
Approved by: https://github.com/atalman
ghstack dependencies: #162244, #162309
This commit is contained in:
David Berard 2025-09-05 16:34:38 -07:00 committed by PyTorch MergeBot
parent e101411b9f
commit 3f5993316e
4 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
f7888497a1eb9e98d4c07537f0d0bcfe180d1363
fccfc522864cf8bc172abe0cd58ae5581e2d44b9

View File

@ -1 +1 @@
3.4.0
3.5.0

View File

@ -84,6 +84,7 @@ def build_triton(
["git", "checkout", f"release/{ver}.{rev}.x"], cwd=triton_basedir
)
else:
check_call(["git", "fetch", "origin", commit_hash], cwd=triton_basedir)
check_call(["git", "checkout", commit_hash], cwd=triton_basedir)
# change built wheel name and version

View File

@ -219,7 +219,9 @@ skip:
- timm_regnet
- timm_nfnet
cuda: []
cuda:
# Temporary until https://github.com/pytorch/pytorch/issues/162282 is fixed
- sam_fast
test:
training: