summaryrefslogtreecommitdiff
path: root/hello_world.c
diff options
context:
space:
mode:
Diffstat (limited to 'hello_world.c')
-rw-r--r--hello_world.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hello_world.c b/hello_world.c
index 8d88ee9..b1b12be 100644
--- a/hello_world.c
+++ b/hello_world.c
@@ -3,9 +3,10 @@
#include <CL/cl.h>
+#include "cl_util.h"
+
const char * program_src =
-"#define __global __attribute__((address_space(1)))\n"
"__kernel\n"
"void pi(__global float * out) \n"
"{\n"