-
Notifications
You must be signed in to change notification settings - Fork 25.9k
[Inductor] ReLU(Addmm) fusion #167469
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
base: gh/nikitaved/9/base
Are you sure you want to change the base?
[Inductor] ReLU(Addmm) fusion #167469
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/167469
Note: Links to docs will display an error until the docs builds have been completed. ❌ 4 New Failures, 26 Pending, 2 Unrelated FailuresAs of commit 8f31071 with merge base 1b43d6c ( NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
Decided to split ReLU and GELU -- GELU is being unconditionally decomposed which prevents capturing the pattern with the pattern matcher. Will address GELU in the follow-up. |
Stack from ghstack (oldest at bottom):
Map
ReLU(Addmm)pattern to_addmm_activationfor[bias] + activationfusions.cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @chenyang78 @kadeng @muchulee8 @amjames @chauhang @aakhundov @coconutruben @mlazos
cc @eqy