dcompute is nearing minimal functionality
Nicholas Wilson via Digitalmars-d
digitalmars-d at puremagic.com
Thu Jul 14 21:51:26 PDT 2016
On Thursday, 14 July 2016 at 03:30:44 UTC, Nicholas Wilson wrote:
> DCompute is my effort to target CUDA and SPIR to enable hassle
> free native execution on the gpu.
>
> It is a D library +modification of LDC and is available at
> https://github.com/thewilsonator/ldc/tree/dcompute
>
> The compiler is nearing minimal functionality and is able to
> generate code for cuda's pxt format.
>
now generates .ptx's without the aid of llc.
More information about the Digitalmars-d
mailing list