Has anyone used D with Nvidia's Cuda?
ponce via Digitalmars-d
digitalmars-d at puremagic.com
Sat Apr 4 04:29:21 PDT 2015
On Saturday, 4 April 2015 at 09:50:09 UTC, Walter Bright wrote:
>
> * the example shown is useless
The problem with example is that someone have to maintain them.
For DerelictBgfx we removed all translated examples.
So the Derelict policy is to remove example to avoid them
becoming out of date.
For the record Aldacron maintains approx. 22 Derelict bindings
and I maintain 7 of them, in our free time. Keeping up with all
library change is impossible if everyone excpect everything to be
up-to-date and with examples.
> * there are no examples of actually running code on a GPU
Because it's similar to using the Driver/Runtime API in C++, you
have to read CUDA documentation.
> It looks like nothing more than a couple header files (which is
> a great start, but that's all).
Maybe we can delete them so that it's not too embarrassing?
Serious proposal.
In my opinion, the couple header files provide all you need to
use CUDA, if you know what you are doing. If you don't, don't do
GPGPU.
More information about the Digitalmars-d
mailing list