-
Notifications
You must be signed in to change notification settings - Fork 25.7k
triton supports devices < 7.0, not 6.0 #90020
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/90020
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 FailuresAs of commit 61bbc04: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@pytorchbot merge -f "need to make sure this is in the nightlies tonight" |
Merge startedYour 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 |
Merge failedReason: Approval needed from one of the following (Rule 'superuser'): Details for Dev Infra teamRaised by workflow job |
|
@pytorchbot merge -f "need to make sure this is in the nightlies tonight" |
Merge startedYour 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 |
triton is still buggy with Pascal devices, so make the error checker reflect that. Also, this < 6.0 never worked, as the `has_triton` definition in utils.py was checking >= 7.0. Pull Request resolved: pytorch#90020 Approved by: https://github.com/yanboliang, https://github.com/anijain2305
triton is still buggy with Pascal devices, so make the error checker reflect that.
Also, this < 6.0 never worked, as the
has_tritondefinition in utils.py was checking >= 7.0.cc @mlazos @voznesenskym @yanboliang @penguinwu @anijain2305 @EikanWang @jgong5 @Guobing-Chen @chunyuan-w @XiaobingSuper @zhuhaozhe @blzheng @Xia-Weiwen @wenzhe-nrv @jiayisunx @peterbell10 @desertfire