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
#4628 adds a target flag, but will only use them if it's explicitly enabled in the target, so using target=host on arm or doing multi-target compilations to different arm platforms won't work well.
The text was updated successfully, but these errors were encountered:
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]>
#4628 adds a target flag, but will only use them if it's explicitly enabled in the target, so using target=host on arm or doing multi-target compilations to different arm platforms won't work well.
The text was updated successfully, but these errors were encountered: