-
Notifications
You must be signed in to change notification settings - Fork 608
Add GELU support to XNNPACK #11006
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
Add GELU support to XNNPACK #11006
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/11006
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (3 Unrelated Failures)As of commit f20e42a with merge base 3351ecc ( FLAKY - The following job failed but was likely due to flakiness present on trunk:
BROKEN TRUNK - The following jobs failed but was present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot label "release notes: none" |
.gitignore
Outdated
backends/apple/coreml/executorchcoreml.cpython-312-darwin.so | ||
/cmake_wrapper.sh | ||
/data/ | ||
/devtools/bundled_program/serialize/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these seem a little suspicious? maybe @shoumikhin or @larryliu0820 can comment on some of these, i'm guessing they come from the --editable path.
Do you mind putting this up as a separate PR? I see it's a separate commit, so would be a nice time to try out ghstack
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When building locally all of these directories/files got generated, I just wanted to add them to gitignore so i can add files to git easier. I'll make a separate pr
|
||
|
||
@register_node_visitor | ||
class LogVisitor(NodeVisitor): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wrong name?
Summary
Add GELU support to XNNPACK
Test plan
Wrote tests and asserted that xnnpack delegate would run for GELU op