libclc: generic: add half implementation for erf/erfc (#66901)
libclc does not have a half implementation for erf/erfc Add one based on the float implementation by extending the input and truncating the output.
Loading
Please sign in to comment
libclc does not have a half implementation for erf/erfc Add one based on the float implementation by extending the input and truncating the output.