digitalmars.D - OpenCL bindings
- Trass3r (1/1) Feb 10 2009 Has anyone already started creating some OpenCL bindings for D?
- Lutger (2/3) Feb 10 2009 Is there an implementation already?
- Trass3r (5/7) Feb 10 2009 Nvidia plans to release a beta soon.
- Daniel Keep (5/15) Feb 10 2009 So, in other words, "no". I don't know about anyone else, but as much
- Trass3r (2/5) Feb 10 2009 What's so bad about it?
- Denis Koroskin (3/8) Feb 10 2009 Well, someone should release the library with public API/source code,
- Trass3r (4/6) Feb 10 2009 Well the header files are already available, so some bindings would
Has anyone already started creating some OpenCL bindings for D?
Feb 10 2009
Trass3r wrote:Has anyone already started creating some OpenCL bindings for D?Is there an implementation already?
Feb 10 2009
Lutger schrieb:Is there an implementation already?Nvidia plans to release a beta soon. http://www.geeks3d.com/?p=2582 AMD also already has a working internal implementation. http://fireuser.com/blog/amd_opencl_parallel_computing_demo_from_siggraph_asia_2008/
Feb 10 2009
Trass3r wrote:Lutger schrieb:So, in other words, "no". I don't know about anyone else, but as much as I -love- the idea of OpenCL, I'm not terribly inclined to write bindings for a library that hasn't been released yet. -- DanielIs there an implementation already?Nvidia plans to release a beta soon. http://www.geeks3d.com/?p=2582 AMD also already has a working internal implementation. http://fireuser.com/blog/amd_opencl_parallel_computing_demo_from_siggraph_asia_2008/
Feb 10 2009
Daniel Keep schrieb:but as much as I -love- the idea of OpenCL, I'm not terribly inclined to write bindings for a library that hasn't been released yet.What's so bad about it?
Feb 10 2009
On Tue, 10 Feb 2009 18:26:31 +0300, Trass3r <mrmocool gmx.de> wrote:Daniel Keep schrieb:Well, someone should release the library with public API/source code, first, so that porting to other language is possible.but as much as I -love- the idea of OpenCL, I'm not terribly inclined to write bindings for a library that hasn't been released yet.What's so bad about it?
Feb 10 2009
Denis Koroskin schrieb:Well, someone should release the library with public API/source code, first, so that porting to other language is possible.Well the header files are already available, so some bindings would enable syntactic checking ;) Have already converted them, they just need some polishing.
Feb 10 2009