Re: dcompute is nearing minimal functionality

2016-07-14 Thread Nicholas Wilson via Digitalmars-d
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

Re: dcompute is nearing minimal functionality

2016-07-14 Thread Nicholas Wilson via Digitalmars-d
On Thursday, 14 July 2016 at 13:23:48 UTC, Nicholas Wilson wrote: On Thursday, 14 July 2016 at 13:06:05 UTC, Andrei Alexandrescu wrote: On 07/13/2016 11:53 PM, Nicholas Wilson wrote: I'd like to try to get this done by the start of august when I start my engineering honours thesis. Is your

Re: dcompute is nearing minimal functionality

2016-07-14 Thread Nicholas Wilson via Digitalmars-d
On Thursday, 14 July 2016 at 13:05:12 UTC, Andrei Alexandrescu wrote: On 07/13/2016 11:30 PM, 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

Re: dcompute is nearing minimal functionality

2016-07-14 Thread Nicholas Wilson via Digitalmars-d
On Thursday, 14 July 2016 at 13:06:05 UTC, Andrei Alexandrescu wrote: On 07/13/2016 11:53 PM, Nicholas Wilson wrote: I'd like to try to get this done by the start of august when I start my engineering honours thesis. Is your thesis related to this project in any way? -- Andrei No, it will

Re: dcompute is nearing minimal functionality

2016-07-14 Thread Andrei Alexandrescu via Digitalmars-d
On 07/13/2016 11:53 PM, Nicholas Wilson wrote: I'd like to try to get this done by the start of august when I start my engineering honours thesis. Is your thesis related to this project in any way? -- Andrei

Re: dcompute is nearing minimal functionality

2016-07-14 Thread Andrei Alexandrescu via Digitalmars-d
On 07/13/2016 11:30 PM, 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 Whoa, now that's a sight for sore eyes.

Re: dcompute is nearing minimal functionality

2016-07-13 Thread Nicholas Wilson via Digitalmars-d
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. [...] and a HUGE thanks to Johan Engelen for helping me get to grips with ldc. Any and all suggestions and feedback (and PRs)

dcompute is nearing minimal functionality

2016-07-13 Thread Nicholas Wilson via Digitalmars-d
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