Re: [Chicken-users] OpenCL hello example (OS X 10.6 / OpenCL 1.0)

2010-12-07 Thread David Dreisigmeyer
This is what I was hoping to do today, or soon. On Tue, Dec 7, 2010 at 4:22 AM, Peter Bex wrote: > On Mon, Dec 06, 2010 at 09:45:50PM -0500, David Dreisigmeyer wrote: >> In case anyones interested here's a working example of some OpenCL >> code.  I'm hoping to pursue this line a bit more, but wan

Re: [Chicken-users] OpenCL hello example (OS X 10.6 / OpenCL 1.0)

2010-12-07 Thread Peter Bex
On Mon, Dec 06, 2010 at 09:45:50PM -0500, David Dreisigmeyer wrote: > In case anyones interested here's a working example of some OpenCL > code. I'm hoping to pursue this line a bit more, but wanted to verify > it could work easily. I see a C program which happens to be invoked from Chicken. That

[Chicken-users] OpenCL hello example (OS X 10.6 / OpenCL 1.0)

2010-12-06 Thread David Dreisigmeyer
In case anyones interested here's a working example of some OpenCL code. I'm hoping to pursue this line a bit more, but wanted to verify it could work easily. OpenCL example (C code is at end) ** hello.h: int oCluck (); ** hello-module.scm: (module hello-module (try-opencl) (import c