Open huangzhiyuan opened 4 years ago
It is not supported for now, but someone can come with an extension for it. More generally it would be nice to have quite more data types, especially when the hardware allows some great acceleration with them (arbitrary precision integer and fixed-point on FPGA...).
dpc++ has this extension aiming SYCL Next
As title, I know SYCL implementation defines
half
data type incl::sycl
space, my question is bfloat16 is whether supported likecl::sycl::bfloat16
?