-
Notifications
You must be signed in to change notification settings - Fork 25.7k
[Inductor]Cleanup autotune_fallback_to_aten post-deprecation #154331
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/154331
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 1 PendingAs of commit 0f26bcb with merge base 24980d2 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Need CLA, linter, and add "not user facing" for linter, find some guide in wiki maybe. |
What do you mean by "add "not user facing" "? Do you mean changing the description of the pull request? |
like this If not, please add the topic: not user facing label. |
@pytorchbot label "topic: not user facing" |
Hello, I’ve fixed all the linting issues but now now I am encountering build errors which I do not understand. Can you help me? |
@joaquinmartis I feel like maybe the errors are transient or underlying errors. Can you try |
@pytorchbot rebase -b main |
You don't have permissions to rebase this PR since you are a first time contributor. If you think this is a mistake, please contact PyTorch Dev Infra. |
@pytorchbot rebase -b main |
@pytorchbot started a rebase job onto refs/remotes/origin/main. Check the current status here |
Successfully rebased |
@joaquinmartis should be good to land. Try something like |
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
…#154331) Fixes pytorch#153298 This PR is the 3rd and final step of pytorch#147479 All references to autotune_fallback_to_aten have been removed, and the feature is now deprecated. All calls to should_fallback_to_aten() were also removed, as they were deemed unnecessary. [henrylhtsang](https://github.com/henrylhtsang) Pull Request resolved: pytorch#154331 Approved by: https://github.com/henrylhtsang
Fixes #153298
This PR is the 3rd and final step of #147479
All references to autotune_fallback_to_aten have been removed, and the feature is now deprecated.
All calls to should_fallback_to_aten() were also removed, as they were deemed unnecessary.
henrylhtsang
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @chenyang78 @kadeng @muchulee8 @amjames @chauhang @aakhundov