Re: CUDA bindings

2014-10-26 Thread ponce via Digitalmars-d-announce
On Sunday, 26 October 2014 at 08:18:11 UTC, Tofu Ninja wrote: On Sunday, 26 October 2014 at 05:31:52 UTC, Dmitri Nesteruk wrote: This is great! I know that C++ uses <<< and >>> to enclose kernel calls and thus create the link between CPU and GPU code when NVCC rips things apart. How is this don

Re: CUDA bindings

2014-10-26 Thread ponce via Digitalmars-d-announce
On Sunday, 26 October 2014 at 05:31:52 UTC, Dmitri Nesteruk wrote: On Tuesday, 21 October 2014 at 08:31:03 UTC, ponce wrote: On Thursday, 16 October 2014 at 21:18:15 UTC, ponce wrote: Dear D users, I'd like to announce DerelictCUDA, dynamic bindings to the CUDA library. https://github.com/de

Re: CUDA bindings

2014-10-26 Thread Tofu Ninja via Digitalmars-d-announce
On Sunday, 26 October 2014 at 05:31:52 UTC, Dmitri Nesteruk wrote: This is great! I know that C++ uses <<< and >>> to enclose kernel calls and thus create the link between CPU and GPU code when NVCC rips things apart. How is this done in your bindings? It's just the driver api, its not CUDA co