eholk / harlan

A language for GPU computing.
Other
1.19k stars 82 forks source link

Differentiate local and global pointers #108

Closed eholk closed 10 years ago

eholk commented 10 years ago

The stack is currently declared on the stack, meaning it is a local pointer. We blindly assume all pointers are global, which means we are getting errors now on more picky OpenCL implementations.