Skip to content

Commit e4d43db

Browse files
naromero77amdcursoragentjithunnair-amd
authored
[release/2.12] Advance Triton pin to 3.7.x branch tip (#3360)
## Summary ROCm PyTorch 2.11 is already on ROCm Triton 3.7.1. Refer to: #3359 Plus these two additional fixes: 60ae578 - [release/3.7.1] [Revert] [Coalesce] Fix the default order to be row major (pytorch#5707) pytorch#7143 (pytorch#8920) (#949) 0263a6a - [Release 3.7.x][AMD] Backport descriptor load pipelining predicate fix First commit is required to resolve some vLLM performance Jiras. Work done by @jayfurmanek https://amd-hub.atlassian.net/browse/ROCM-27315 https://amd-hub.atlassian.net/browse/ROCM-27318 https://amd-hub.atlassian.net/browse/ROCM-27316 Second commit is an MI450 + TDM only change. ## Test plan - [x] build and editable-install `/home/niromero/docker_workspace/triton` from `release/internal/3.7.x` - [x] verify `import triton` reports version `3.7.1` - [ ] run PyTorch CI Made with [Cursor](https://cursor.com) --------- Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: Jithun Nair <37884920+jithunnair-amd@users.noreply.github.com>
1 parent 50dd923 commit e4d43db

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b4e20bbe55617cc798b986c2555a2bc7b303c737
1+
0263a6a6203cf27c441c57a6c808ea87ffb8f654

.ci/docker/common/install_triton.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ elif [ -n "${TRITON_CPU}" ]; then
2121
TRITON_REPO="https://github.com/triton-lang/triton-cpu"
2222
TRITON_TEXT_FILE="triton-cpu"
2323
else
24-
TRITON_REPO="https://github.com/triton-lang/triton"
24+
TRITON_REPO="https://github.com/ROCm/triton"
2525
TRITON_TEXT_FILE="triton"
2626
fi
2727

.ci/docker/triton_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.0
1+
3.7.1

0 commit comments

Comments
 (0)