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
Adds feature detection for ARM CPUs to the runtime library and to
the host target feature computation. Supports Windows, macOS,
Linux, iOS, and Android.
Also fix bug in Type::max() and Type::min() for float16.
Fixes#4727Fixes#6106Fixes#7901Fixes#7979Fixes#8340
…elease/18.x) (#8343)
Detect ARM CPU features for host target and in runtime (#8298)
Adds feature detection for ARM CPUs to the runtime library and to
the host target feature computation. Supports Windows, macOS,
Linux, iOS, and Android.
Also fix bug in Type::max() and Type::min() for float16.
Fixes#4727Fixes#6106Fixes#7901Fixes#7979Fixes#8340
Co-authored-by: Alex Reinking <[email protected]>
This means that, for example, jit-compiled code on M1 laptops is slower than it could be.
The text was updated successfully, but these errors were encountered: