Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / clDNN / kernel_selector / core / cl_kernels / include / common.cl
index d5ca258..24040f2 100644 (file)
 // limitations under the License.
 */
 
+#if defined(cl_khr_fp16)
+#pragma OPENCL EXTENSION cl_khr_fp16 : enable
+#endif
+
 #define __CAT(x, y) x##y
 #define CAT(x, y) __CAT(x, y)