Skip to content

new triton main pin#95896

Closed
ngimel wants to merge 14 commits intomasterfrom
ngimel/triton_main_0301
Closed

new triton main pin#95896
ngimel wants to merge 14 commits intomasterfrom
ngimel/triton_main_0301

Conversation

@ngimel
Copy link
Copy Markdown
Collaborator

@ngimel ngimel commented Mar 2, 2023

Fixes #ISSUE_NUMBER

@ngimel ngimel requested a review from jeffdaily as a code owner March 2, 2023 19:01
@pytorch-bot pytorch-bot bot added the topic: not user facing topic category label Mar 2, 2023
@pytorch-bot
Copy link
Copy Markdown

pytorch-bot bot commented Mar 2, 2023

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/95896

Note: Links to docs will display an error until the docs builds have been completed.

❌ 9 Failures

As of commit e341481:

NEW FAILURES - The following jobs have failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@ngimel
Copy link
Copy Markdown
Collaborator Author

ngimel commented Mar 2, 2023

@pytorchbot rebase

@ngimel ngimel requested a review from a team as a code owner March 4, 2023 20:38
@ngimel
Copy link
Copy Markdown
Collaborator Author

ngimel commented Mar 6, 2023

@pytorchbot rebase

@pytorchmergebot
Copy link
Copy Markdown
Collaborator

@pytorchbot successfully started a rebase job. Check the current status here

@pytorchmergebot
Copy link
Copy Markdown
Collaborator

Successfully rebased ngimel/triton_main_0301 onto refs/remotes/origin/viable/strict, please pull locally before adding more changes (for example, via git checkout ngimel/triton_main_0301 && git pull --rebase)

@pytorchmergebot pytorchmergebot force-pushed the ngimel/triton_main_0301 branch from 03b64f0 to 6f61924 Compare March 6, 2023 18:34
@huydhn
Copy link
Copy Markdown
Contributor

huydhn commented Mar 6, 2023

@pytorchbot rebase -b master

@pytorchmergebot
Copy link
Copy Markdown
Collaborator

@pytorchbot successfully started a rebase job. Check the current status here

@pytorchmergebot
Copy link
Copy Markdown
Collaborator

Successfully rebased ngimel/triton_main_0301 onto refs/remotes/origin/master, please pull locally before adding more changes (for example, via git checkout ngimel/triton_main_0301 && git pull --rebase)

@pytorchmergebot pytorchmergebot force-pushed the ngimel/triton_main_0301 branch from 6f61924 to 952c8f1 Compare March 6, 2023 19:32
@ngimel
Copy link
Copy Markdown
Collaborator Author

ngimel commented Mar 10, 2023

@pytorchbot merge -f "test failure unrelated"

@pytorchmergebot
Copy link
Copy Markdown
Collaborator

Merge started

Your change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes).

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

@malfet
Copy link
Copy Markdown
Contributor

malfet commented Mar 10, 2023

@pytorchbot merge -f "Now all version references has been properly updated"

@malfet
Copy link
Copy Markdown
Contributor

malfet commented Mar 10, 2023

Not exactly sure if this PR is contributing to failing the performance smoke test.

The newer the trition the lower the perf :) Will just tweak tolerances lower

@pytorchmergebot
Copy link
Copy Markdown
Collaborator

Merge started

Your change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes).

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

@ngimel
Copy link
Copy Markdown
Collaborator Author

ngimel commented Mar 10, 2023

@weiwangmeta Why isn't perf smoke test run on PR CI?
Edit: I see, it's just flaky

@weiwangmeta
Copy link
Copy Markdown
Contributor

@weiwangmeta Why isn't perf smoke test run on PR CI? Edit: I see, it's just flaky

Yes it was run. My "theory" was the commit may just lowered certain percentage. The "flaky" (or runner run to run variation and/or runner to runner variation) became the "last straw on camel's back"... :)

@malfet
Copy link
Copy Markdown
Contributor

malfet commented Mar 10, 2023

Please do not revert due to the binary builds updates, this was dependent on change on builder side that I forgot to push yesterday, i.e. this one: pytorch/builder@8bcc106

@ZainRizvi
Copy link
Copy Markdown
Contributor

@malfet to prevent this from happening again, what do you think about adding an auto-labeler rule to add ciflow/binaries_wheel when the .ci/docker/ci_commit_pins folder is modified?

@ZainRizvi
Copy link
Copy Markdown
Contributor

Something like this: #96526

@malfet
Copy link
Copy Markdown
Contributor

malfet commented Mar 10, 2023

@ZainRizvi trunk workflow should have detected that. But I'll submit the change that reduces number of repetitions in the code

cyyever pushed a commit to cyyever/pytorch_private that referenced this pull request Mar 12, 2023
Fixes #ISSUE_NUMBER

Pull Request resolved: pytorch/pytorch#95896
Approved by: https://github.com/jansel
cyyever pushed a commit to cyyever/pytorch_private that referenced this pull request Mar 12, 2023
This reverts commit 6e0359d.

Reverted pytorch/pytorch#95896 on behalf of https://github.com/huydhn due to I am not quite sure what this is about yet, but testing 3.8 wheel starts to fail https://hud.pytorch.org/pytorch/pytorch/commit/6e0359dd4233b0cec51521bec8869f0a46ebd98b
cyyever pushed a commit to cyyever/pytorch_private that referenced this pull request Mar 12, 2023
pytorchmergebot pushed a commit that referenced this pull request Mar 12, 2023
Define it once in `.ci/docker/trition_version.txt` and use everywhere.

Also, patch version defined in `triton/__init__.py` as currently it always returns `2.0.0` even if package name is `2.1.0`

Followup after #95896 where version needed to be updated in 4+ places
Pull Request resolved: #96580
Approved by: https://github.com/huydhn
pytorchmergebot pushed a commit that referenced this pull request Mar 12, 2023
Define it once in `.ci/docker/trition_version.txt` and use everywhere.

Also, patch version defined in `triton/__init__.py` as currently it always returns `2.0.0` even if package name is `2.1.0`

Followup after #95896 where version needed to be updated in 4+ places
Pull Request resolved: #96580
Approved by: https://github.com/huydhn
pytorchmergebot pushed a commit that referenced this pull request Mar 13, 2023
Automatically trigger binary builds when a commit pin is updated to ensure the new versions actually get tested.

This is to prevent a recurrence of the build breaks introduced by #95896 (comment)
Pull Request resolved: #96526
Approved by: https://github.com/huydhn, https://github.com/seemethere
cyyever pushed a commit to cyyever/pytorch_private that referenced this pull request Mar 14, 2023
This reverts commit 6e0359d.

Reverted pytorch/pytorch#95896 on behalf of https://github.com/huydhn due to I am not quite sure what this is about yet, but testing 3.8 wheel starts to fail https://hud.pytorch.org/pytorch/pytorch/commit/6e0359dd4233b0cec51521bec8869f0a46ebd98b
cyyever pushed a commit to cyyever/pytorch_private that referenced this pull request Mar 14, 2023
@ngimel ngimel deleted the ngimel/triton_main_0301 branch March 14, 2023 06:09
cyyever pushed a commit to cyyever/pytorch_private that referenced this pull request Mar 23, 2023
Define it once in `.ci/docker/trition_version.txt` and use everywhere.

Also, patch version defined in `triton/__init__.py` as currently it always returns `2.0.0` even if package name is `2.1.0`

Followup after pytorch/pytorch#95896 where version needed to be updated in 4+ places
Pull Request resolved: pytorch/pytorch#96580
Approved by: https://github.com/huydhn
cyyever pushed a commit to cyyever/pytorch_private that referenced this pull request Mar 23, 2023
Define it once in `.ci/docker/trition_version.txt` and use everywhere.

Also, patch version defined in `triton/__init__.py` as currently it always returns `2.0.0` even if package name is `2.1.0`

Followup after pytorch/pytorch#95896 where version needed to be updated in 4+ places
Pull Request resolved: pytorch/pytorch#96580
Approved by: https://github.com/huydhn
cyyever pushed a commit to cyyever/pytorch_private that referenced this pull request Mar 23, 2023
Automatically trigger binary builds when a commit pin is updated to ensure the new versions actually get tested.

This is to prevent a recurrence of the build breaks introduced by pytorch/pytorch#95896 (comment)
Pull Request resolved: pytorch/pytorch#96526
Approved by: https://github.com/huydhn, https://github.com/seemethere
cyyever pushed a commit to cyyever/pytorch_private that referenced this pull request Mar 27, 2023
Define it once in `.ci/docker/trition_version.txt` and use everywhere.

Also, patch version defined in `triton/__init__.py` as currently it always returns `2.0.0` even if package name is `2.1.0`

Followup after pytorch/pytorch#95896 where version needed to be updated in 4+ places
Pull Request resolved: pytorch/pytorch#96580
Approved by: https://github.com/huydhn
cyyever pushed a commit to cyyever/pytorch_private that referenced this pull request Mar 27, 2023
Define it once in `.ci/docker/trition_version.txt` and use everywhere.

Also, patch version defined in `triton/__init__.py` as currently it always returns `2.0.0` even if package name is `2.1.0`

Followup after pytorch/pytorch#95896 where version needed to be updated in 4+ places
Pull Request resolved: pytorch/pytorch#96580
Approved by: https://github.com/huydhn
cyyever pushed a commit to cyyever/pytorch_private that referenced this pull request Mar 27, 2023
Automatically trigger binary builds when a commit pin is updated to ensure the new versions actually get tested.

This is to prevent a recurrence of the build breaks introduced by pytorch/pytorch#95896 (comment)
Pull Request resolved: pytorch/pytorch#96526
Approved by: https://github.com/huydhn, https://github.com/seemethere
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/binaries_wheel Trigger binary build and upload jobs for wheel on the PR ciflow/inductor Merged Reverted topic: not user facing topic category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants