Open
Description
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-precision fmadd
instructions on hardware with native fp16: #57041 (comment)
This issue should hopefully be addressed by #57049.