You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both native aarch64 builds. Bisected to (the back-port of) #45249:
eb82f1846fdc2d195ab1031fe192b27fd171f148 is the first bad commit
codegen: explicitly handle Float16 intrinsics (#45249)
Fixes #44829, until llvm fixes the support for these intrinsics itself
Also need to handle vectors, since the vectorizer may have introduced them.
Also change our runtime emulation versions to f32 for consistency.
(cherry picked from commit f2c627ef8af37c3cf94c19a5403bc6cd796d5031)
Float16 performance has gotten much worse with 1.8.9-rc1 on M1 Macs.
In 1.7.2
In 1.8.0-rc1
Any chance for fixing this?
The text was updated successfully, but these errors were encountered: