Re: updated OpenCL headers

2010-08-11 Thread Trass3r
Am 27.07.2010, 00:00 Uhr, schrieb Stephan s...@extrawurst.org: i hope this one gets into the next dmd release. Indeed it made it into 2.048 :D And yet another bug when using inferred return types has been fixed. I had to work around that one so far.

Re: updated OpenCL headers

2010-07-27 Thread Trass3r
i hope this one gets into the next dmd release. Well, I also posted it in dmd-internals but who knows. I use a heavily patched dmd anyway.

Re: updated OpenCL headers

2010-07-26 Thread Stephan
On 26.07.2010 00:57, Trass3r wrote: cool, thanks for the updates Made substantial further changes. Which platform are you working on? If it is non-Windows please report whether it works. If you write sample code using cl4d resp. the underlying bindings please also submit to me (via bitbucket).

Re: updated OpenCL headers

2010-07-26 Thread Trass3r
i just tested it to build on windows and it does not build at all (dmd 2047): opencl\program.d(107): Error: forward reference to 'CLObjectCollection(cl_device_id)' opencl\program.d(107): Error: CLDevices is used as a type Yeah, the code depends on this patch:

Re: updated OpenCL headers

2010-07-26 Thread Stephan
i hope this one gets into the next dmd release.

Re: updated OpenCL headers

2010-07-25 Thread Trass3r
cool, thanks for the updates Made substantial further changes. Which platform are you working on? If it is non-Windows please report whether it works. If you write sample code using cl4d resp. the underlying bindings please also submit to me (via bitbucket).

Re: updated OpenCL headers

2010-07-24 Thread Trass3r
Am 17.07.2010, 18:24 Uhr, schrieb notna notna.remove.t...@ist-einmalig.de: Do you have any plans to update your bindings to OpenCL 1.1 soon? I'd be happy to play around with them ;-) Well I just found out by accident that OpenCL 1.1 has been released. I don't have much time atm, but you may

Re: updated OpenCL headers

2010-07-24 Thread Trass3r
I applied most the v1.1 changes to the bindings. cl_platform.d still needs to be done. http://bitbucket.org/trass3r/cl4d/changesets

Re: updated OpenCL headers

2010-07-24 Thread notna
cool, thanks for the updates Am 24.07.2010 17:22, schrieb Trass3r: I applied most the v1.1 changes to the bindings. cl_platform.d still needs to be done. http://bitbucket.org/trass3r/cl4d/changesets

Re: updated OpenCL headers

2010-07-17 Thread notna
Hi Trass3r. Do you have any plans to update your bindings to OpenCL 1.1 soon? I'd be happy to play around with them ;-) Thanks anyhow for your work! Am 16.11.2009 15:20, schrieb Trass3r: I've updated my bindings to Rev. 9283 2009-10-14. if anybody wants to play around with it:

updated OpenCL headers

2009-11-16 Thread Trass3r
I've updated my bindings to Rev. 9283 2009-10-14. if anybody wants to play around with it: http://ul.to/jjwlyg tell me when you find errors.