-
Notifications
You must be signed in to change notification settings - Fork 537
Support Half/BFloat16 in gelu #7888
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
Stack from ghstack (oldest at bottom): |
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/7888
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 8 PendingAs of commit 9162daa with merge base 26665f3 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
manually ran Mac unittests locally , should be good to land. |
Hi @swolchok there might be a problem in this change or the Arm tools used. From this patch (on main) we see this fails on the Arm Backend testing. It don't seem to happen on other targets, I wonder if it is a compiler version kind of thing, but would expect it to show up on other backends compiling for Arm in that case, but maybe out embedded Arm gcc version differ or are more picky.
I thing we are using gcc 13.3 when building the Arm code e.g. Add tried to add the label trunk in this patch to verify if it start causing the problem but it seem I can't after it is merged. |
Using 1.0 in |
Possible fix here #7937 |
you can check hud.pytorch.org instead. This did break the ARM builds: https://hud.pytorch.org/hud/pytorch/executorch/main/1?per_page=50&name_filter=test-arm&mergeLF=true |
Partial fix for pytorch#7748.
Partial fix for #7748.