-
Notifications
You must be signed in to change notification settings - Fork 354
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
gelu #3573
gelu #3573
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/3573
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 0e1e6b5 with merge base 43bfcd2 (): This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D57194536 |
Summary: - implemented `gelu` op, only `approximate="tanh"` is supported for now - added string data type in the codegen - added `extract_string` in `ComputeGraph.h` Differential Revision: D57194536
656931e
to
c2213ed
Compare
This pull request was exported from Phabricator. Differential Revision: D57194536 |
Summary: - implemented `gelu` op, only `approximate="tanh"` is supported for now - added string data type in the codegen - added `extract_string` in `ComputeGraph.h` Reviewed By: yipjustin Differential Revision: D57194536
c2213ed
to
e8b4570
Compare
This pull request was exported from Phabricator. Differential Revision: D57194536 |
e8b4570
to
1a3a75f
Compare
Summary: - implemented `gelu` op, only `approximate="tanh"` is supported for now - added string data type in the codegen - added `extract_string` in `ComputeGraph.h` Reviewed By: yipjustin, jorgep31415 Differential Revision: D57194536
Summary: - implemented `gelu` op, only `approximate="tanh"` is supported for now - added string data type in the codegen - added `extract_string` in `ComputeGraph.h` Reviewed By: yipjustin, jorgep31415 Differential Revision: D57194536
This pull request was exported from Phabricator. Differential Revision: D57194536 |
1a3a75f
to
0e1e6b5
Compare
This pull request was exported from Phabricator. Differential Revision: D57194536 |
This pull request has been merged in 60c94e8. |
Summary:
gelu
op, onlyapproximate="tanh"
is supported for nowextract_string
inComputeGraph.h
Differential Revision: D57194536