#define __CL_VERSION_1_0__ 100
#define __CL_VERSION_1_1__ 110
#define __ENDIAN_LITTLE__ 1
+#define __kernel_exec(X, TYPE) __kernel __attribute__((work_group_size_hint(X,1,1))) \
+ __attribute__((vec_type_hint(TYPE)))
/////////////////////////////////////////////////////////////////////////////
// OpenCL floating-point macros and pragmas
/////////////////////////////////////////////////////////////////////////////
"#define __CL_VERSION_1_0__ 100\n"
"#define __CL_VERSION_1_1__ 110\n"
"#define __ENDIAN_LITTLE__ 1\n"
+"#define __kernel_exec(X, TYPE) __kernel __attribute__((work_group_size_hint(X,1,1))) \\\n"
+" __attribute__((vec_type_hint(TYPE)))\n"
"/////////////////////////////////////////////////////////////////////////////\n"
"// OpenCL floating-point macros and pragmas\n"
"/////////////////////////////////////////////////////////////////////////////\n"