Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / clDNN / kernel_selector / core / cl_kernels / include / data_types.cl
index 9949216..8d35591 100644 (file)
 // limitations under the License.
 */
 
-#if defined(cl_khr_fp16)
-#pragma OPENCL EXTENSION cl_khr_fp16 : enable
-#endif
-
 // TODO: currently we calculate on float32 because it's lot of "add" operation and it stuck on the value "8192.0f"
 #if !defined(ACCUMULATOR_TYPE)
     #define ACCUMULATOR_TYPE float