[main] remove pytorch-triton-rocm#90
Merged
jithunnair-amd merged 10 commits intomainfrom Aug 13, 2025
Merged
Conversation
This was referenced Aug 13, 2025
jithunnair-amd
pushed a commit
to ROCm/pytorch
that referenced
this pull request
Aug 13, 2025
Validation: http://rocm-ci.amd.com/job/mainline-pytorch2.8-manylinux-wheels-k8/9/ Relates to ROCm/builder#90 and https://github.com/ROCm/triton/pull/866/commits Because of https://github.com/ROCm/triton/blob/pytorch/rocm7.1_internal_testing/setup.py#L779 ``` [2025-08-12T22:08:53.385Z] ################### [2025-08-12T22:08:53.385Z] # Invalid version # [2025-08-12T22:08:53.385Z] ################### [2025-08-12T22:08:53.385Z] '3.4.0+gitb2c0ea43+rocm7.1.0.gitb2c0ea43' is not valid according to PEP 440. [2025-08-12T22:08:53.385Z] [2025-08-12T22:08:53.385Z] Please make sure specify a valid version for your package. [2025-08-12T22:08:53.385Z] Also note that future releases of setuptools may halt the build process [2025-08-12T22:08:53.385Z] if an invalid version is given. ``` And `TRITON_VERSION = "3.4.0" + get_git_version_suffix() + os.environ.get("TRITON_WHEEL_VERSION_SUFFIX", "")`
ethanwee1
added a commit
that referenced
this pull request
Aug 15, 2025
Relates to:ROCm/pytorch#2500 and https://github.com/ROCm/triton/pull/866/commits Change pytorch-triton-rocm to triton We will only change the triton package name for the rocm7.1_internal testing branch for now. Validation: http://rocm-ci.amd.com/job/mainline-pytorch2.8-manylinux-wheels-k8/5/ http://rocm-ci.amd.com/job/mainline-pytorch2.8-manylinux-wheels-k8/9/ Docker build log ``` Successfully installed apex-1.9.0a0+rocm7.0.0.git4b035815 contourpy-1.3.0 cxxfilt-0.3.0 cycler-0.12.1 fonttools-4.59.0 importlib-resources-6.5.2 kiwisolver-1.4.7 matplotlib-3.9.4 pyparsing-3.2.3 torch-2.9.0.dev20250813+rocm7.0.0.lw.git796d7080 torchaudio-2.8.0+rocm7.0.0.git0c223473 torchvision-0.24.0+rocm7.0.0.git98f8b375 triton-3.4.0+rocm7.0.0.git711e2a92 ```
ethanwee1
added a commit
that referenced
this pull request
Aug 18, 2025
This reverts commit a6ac118.
ethanwee1
added a commit
that referenced
this pull request
Aug 18, 2025
This reverts commit 57822f5.
ethanwee1
added a commit
that referenced
this pull request
Aug 18, 2025
This reverts commit a6ac118.
pragupta
pushed a commit
that referenced
this pull request
Aug 21, 2025
Relates to:ROCm/pytorch#2500 and https://github.com/ROCm/triton/pull/866/commits Change pytorch-triton-rocm to triton We will only change the triton package name for the rocm7.1_internal testing branch for now. Validation: http://rocm-ci.amd.com/job/mainline-pytorch2.8-manylinux-wheels-k8/5/ http://rocm-ci.amd.com/job/mainline-pytorch2.8-manylinux-wheels-k8/9/ Docker build log ``` Successfully installed apex-1.9.0a0+rocm7.0.0.git4b035815 contourpy-1.3.0 cxxfilt-0.3.0 cycler-0.12.1 fonttools-4.59.0 importlib-resources-6.5.2 kiwisolver-1.4.7 matplotlib-3.9.4 pyparsing-3.2.3 torch-2.9.0.dev20250813+rocm7.0.0.lw.git796d7080 torchaudio-2.8.0+rocm7.0.0.git0c223473 torchvision-0.24.0+rocm7.0.0.git98f8b375 triton-3.4.0+rocm7.0.0.git711e2a92 ```
ethanwee1
added a commit
that referenced
this pull request
Sep 4, 2025
Relates to:ROCm/pytorch#2500 and https://github.com/ROCm/triton/pull/866/commits Change pytorch-triton-rocm to triton We will only change the triton package name for the rocm7.1_internal testing branch for now. Validation: http://rocm-ci.amd.com/job/mainline-pytorch2.8-manylinux-wheels-k8/5/ http://rocm-ci.amd.com/job/mainline-pytorch2.8-manylinux-wheels-k8/9/ Docker build log ``` Successfully installed apex-1.9.0a0+rocm7.0.0.git4b035815 contourpy-1.3.0 cxxfilt-0.3.0 cycler-0.12.1 fonttools-4.59.0 importlib-resources-6.5.2 kiwisolver-1.4.7 matplotlib-3.9.4 pyparsing-3.2.3 torch-2.9.0.dev20250813+rocm7.0.0.lw.git796d7080 torchaudio-2.8.0+rocm7.0.0.git0c223473 torchvision-0.24.0+rocm7.0.0.git98f8b375 triton-3.4.0+rocm7.0.0.git711e2a92 ```
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Relates to:ROCm/pytorch#2500 and https://github.com/ROCm/triton/pull/866/commits
Change pytorch-triton-rocm to triton
We will only change the triton package name for the rocm7.1_internal testing branch for now.
Validation: http://rocm-ci.amd.com/job/mainline-pytorch2.8-manylinux-wheels-k8/5/
http://rocm-ci.amd.com/job/mainline-pytorch2.8-manylinux-wheels-k8/9/
Docker build log