From c9546364e85db64b167d798f07077b84c4b67215 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 16 Aug 2012 13:52:57 +0000 Subject: Remove address_space attribute from hello_world --- hello_world.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +#include "cl_util.h" + const char * program_src = -"#define __global __attribute__((address_space(1)))\n" "__kernel\n" "void pi(__global float * out) \n" "{\n" -- cgit v1.2.3