CUDA bindings

ponce via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sat Oct 18 02:49:52 PDT 2014


On Friday, 17 October 2014 at 17:19:00 UTC, bachmeier 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/derelictorg/derelictcuda
>>
>> For now, only the CUDA Driver API is exposed, providing most 
>> of the warp control.
>>
>> For a visual explanation of the different APIs in CUDA, see 
>> http://stackoverflow.com/questions/242894/cuda-driver-api-vs-cuda-runtime
>>
>> More APIs could be implemented if the interest happens to be 
>> non-null.
>
> Any chance of getting some math libraries like MAGMA?
>

These APIs rely on the Runtime API, I need to see if this API can 
be implemente first.

> https://developer.nvidia.com/gpu-accelerated-libraries
>
> By the way, this is awesome work.

Thanks, but honestly it is incomplete and wasn't much effort.
I think we need some place (could be just a NG thread?) to 
express users needs for library/bindings. Else we don't really 
know what is missing.



More information about the Digitalmars-d-announce mailing list