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
This is a known issue, but there's no open ticket about it, so here we go: Core.Intrinsics.have_fma(Float16) always returns false also on hardware which natively supports this datatype:
This is a known issue, but there's no open ticket about it, so here we go:
Core.Intrinsics.have_fma(Float16)
always returns false also on hardware which natively supports this datatype:julia/src/runtime_intrinsics.c
Lines 1759 to 1768 in a5abb6f
fma
,muladd
actually uses half-precisionfmadd
instructions on hardware with native fp16: #57041 (comment)This issue should hopefully be addressed by #57049.
The text was updated successfully, but these errors were encountered: