Re: dcompute - A library + ldc modifications - can now build a simple add kernel

2016-07-17 Thread Nicholas Wilson via Digitalmars-d-announce
On Sunday, 17 July 2016 at 19:23:19 UTC, cym13 wrote: On Sunday, 17 July 2016 at 07:45:45 UTC, Nicholas Wilson wrote: Available here[1][2], it can now build a simple add kernel for both CUDA (.ptx) and OpenCL (.spv) (and of course the host code) in one compiler invocation. A lot of things are

Re: dcompute - A library + ldc modifications - can now build a simple add kernel

2016-07-17 Thread cym13 via Digitalmars-d-announce
On Sunday, 17 July 2016 at 07:45:45 UTC, Nicholas Wilson wrote: Available here[1][2], it can now build a simple add kernel for both CUDA (.ptx) and OpenCL (.spv) (and of course the host code) in one compiler invocation. A lot of things are still hardcoded and the optimisations need to tuned a

dcompute - A library + ldc modifications - can now build a simple add kernel

2016-07-17 Thread Nicholas Wilson via Digitalmars-d-announce
Available here[1][2], it can now build a simple add kernel for both CUDA (.ptx) and OpenCL (.spv) (and of course the host code) in one compiler invocation. A lot of things are still hardcoded and the optimisations need to tuned a bit more but it works. Any and all testing, feedback,bug repor