#if TmpVTypeFP16 || TmpWPTypeFP16 #pragma OPENCL EXTENSION cl_khr_fp16 : enable #endif #if TmpVTypeFP16 #define convert_TmpVType8 convert_half8 #define tmpvtype_exp exp #else #define convert_TmpVType8 convert_float8 #define tmpvtype_exp native_exp #endif #ifndef clamp @@ -186...
I don't see the cl_khr_fp16 extension in the latest Broadwell OpenCL driver under Win10. Does it exist in a Skylake Gen9 IGP OpenCL driver under Win10? I see that it has been added to the Beignet Linux driver for BDW, SKL and beyond. Any chance this extension will appear in the...