digitalmars.D - anybody working on OpenCL bindings?
- Trass3r (2/2) Sep 28 2009 Is anybody already working on OpenCL bindings now that Nvidia finally
- Tim Matthews (4/6) Sep 29 2009 If no one has started on a D binding then maybe a C# binding would be an...
- Trass3r (4/7) Sep 29 2009 There also is a semiofficial C++ binding
- Jeremie Pelletier (7/15) Sep 29 2009 http://www.2shared.com/file/8117304/76c7c9ac/OpenCL.html
- Trass3r (3/12) Sep 29 2009 Yeah, they just released them yesterday.
- Jeremie Pelletier (10/23) Sep 29 2009 Can't tell, I used the Khronos reference C headers some months ago, it
- Trass3r (3/4) Sep 29 2009 Yeah, some constants have changed and a few functions.
- Jeremie Pelletier (3/8) Sep 29 2009 Cool, can you post a link to the updated version when you're done? I'm
Is anybody already working on OpenCL bindings now that Nvidia finally released a public OpenCL driver?
Sep 28 2009
Trass3r wrote:Is anybody already working on OpenCL bindings now that Nvidia finally released a public OpenCL driver?ideal start? http://www.opentk.com/news/C%2523-opencl-bindings-ready-for-testing
Sep 29 2009
Tim Matthews schrieb:ideal start? http://www.opentk.com/news/C%2523-opencl-bindings-ready-for-testingThere also is a semiofficial C++ binding (http://www.khronos.org/registry/cl/) and one for Java (http://ochafik.free.fr/blog/?p=190)
Sep 29 2009
Trass3r wrote:Tim Matthews schrieb:http://www.2shared.com/file/8117304/76c7c9ac/OpenCL.html I wrote these some time ago after first hearing about OpenCL, only to realize there was no implementations yet. Then I got a new laptop with a 9800M only to realize ATI had an OpenCL driver available days later, my old computer had an x1950xtx :o( So nVidia finally released their CL drivers? This is great news!an ideal start? http://www.opentk.com/news/C%2523-opencl-bindings-ready-for-testingThere also is a semiofficial C++ binding (http://www.khronos.org/registry/cl/) and one for Java (http://ochafik.free.fr/blog/?p=190)
Sep 29 2009
Jeremie Pelletier schrieb:http://www.2shared.com/file/8117304/76c7c9ac/OpenCL.html I wrote these some time ago after first hearing about OpenCL, only to realize there was no implementations yet. Then I got a new laptop with a 9800M only to realize ATI had an OpenCL driver available days later, my old computer had an x1950xtx :o( So nVidia finally released their CL drivers? This is great news!Yeah, they just released them yesterday. Are your bindings still up-to-date?
Sep 29 2009
Trass3r wrote:Jeremie Pelletier schrieb:Can't tell, I used the Khronos reference C headers some months ago, it was a few weeks before the first mention of CL on slashdot so it may be old! Some thing may have changed since then, but nothing major, and nothing hard to fix (just update the prototype or declaration from the Khronos headers, no need to redo it all). In any ways, it took me at most half an hour to manually create these bindings; an editor with regex find&replace is the best thing ever, feels like using the stream editor (sed) on unix! Let me know if something is missing :)http://www.2shared.com/file/8117304/76c7c9ac/OpenCL.html I wrote these some time ago after first hearing about OpenCL, only to realize there was no implementations yet. Then I got a new laptop with a 9800M only to realize ATI had an OpenCL driver available days later, my old computer had an x1950xtx :o( So nVidia finally released their CL drivers? This is great news!Yeah, they just released them yesterday. Are your bindings still up-to-date?
Sep 29 2009
Jeremie Pelletier schrieb:Some thing may have changed since thenYeah, some constants have changed and a few functions. I'm modifying the bindings right now.
Sep 29 2009
Trass3r wrote:Jeremie Pelletier schrieb:Cool, can you post a link to the updated version when you're done? I'm gonna start toying with CL in a week or two when I get some free time.Some thing may have changed since thenYeah, some constants have changed and a few functions. I'm modifying the bindings right now.
Sep 29 2009
Jeremie Pelletier schrieb:Cool, can you post a link to the updated version when you're done? I'm gonna start toying with CL in a week or two when I get some free time.Any news here? I've been away for some time.
Nov 05 2009