www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - DCompute: GPGPU with Native D for OpenCL and CUDA

reply Mike Parker <aldacron gmail.com> writes:
Nicholas Wilson has put together a blog post on his progress with 
DCompute, expanding on his DConf talk. I have to admit that this 
is one of the D projects I'm most excited about, even though I'll 
probably never have a need to use it. I'd love to find an excuse 
to do so, though!

Blog:
https://dlang.org/blog/2017/07/17/dcompute-gpgpu-with-native-d-for-opencl-and-cuda/

Reddit:
https://www.reddit.com/r/programming/comments/6nt4ba/dcompute_gpgpu_with_native_d_for_opencl_and_cuda/
Jul 17 2017
next sibling parent Johan Engelen <j j.nl> writes:
On Monday, 17 July 2017 at 13:50:22 UTC, Mike Parker wrote:
 Nicholas Wilson has put together a blog post on his progress 
 with DCompute
Great, Nick!
Jul 17 2017
prev sibling next sibling parent Walter Bright <newshound2 digitalmars.com> writes:
On 7/17/2017 6:50 AM, Mike Parker wrote:
 Blog:
 https://dlang.org/blog/2017/07/17/dcompute-gpgpu-with-native-d-for-opencl-and-cuda/
 
 Reddit:
 https://www.reddit.com/r/programming/comments/6nt4ba/dcompute_gpgpu_with_native_d_
or_opencl_and_cuda/ 
https://news.ycombinator.com/news
Jul 17 2017
prev sibling parent reply Nicholas Wilson <iamthewilsonator hotmail.com> writes:
On Monday, 17 July 2017 at 13:50:22 UTC, Mike Parker wrote:
 Nicholas Wilson has put together a blog post on his progress 
 with DCompute, expanding on his DConf talk. I have to admit 
 that this is one of the D projects I'm most excited about, even 
 though I'll probably never have a need to use it. I'd love to 
 find an excuse to do so, though!

 Blog:
 https://dlang.org/blog/2017/07/17/dcompute-gpgpu-with-native-d-for-opencl-and-cuda/

 Reddit:
 https://www.reddit.com/r/programming/comments/6nt4ba/dcompute_gpgpu_with_native_d_for_opencl_and_cuda/
Thanks for that. Oh and JohnColvin do you like the solution for the lambdas?
Jul 17 2017
parent reply John Colvin <john.loughran.colvin gmail.com> writes:
On Tuesday, 18 July 2017 at 00:49:11 UTC, Nicholas Wilson wrote:
 On Monday, 17 July 2017 at 13:50:22 UTC, Mike Parker wrote:
 Nicholas Wilson has put together a blog post on his progress 
 with DCompute, expanding on his DConf talk. I have to admit 
 that this is one of the D projects I'm most excited about, 
 even though I'll probably never have a need to use it. I'd 
 love to find an excuse to do so, though!

 Blog:
 https://dlang.org/blog/2017/07/17/dcompute-gpgpu-with-native-d-for-opencl-and-cuda/

 Reddit:
 https://www.reddit.com/r/programming/comments/6nt4ba/dcompute_gpgpu_with_native_d_for_opencl_and_cuda/
Thanks for that. Oh and JohnColvin do you like the solution for the lambdas?
I do, very nice :) You're essentially achieving what I set out to do and got stuck with, just much better.
Jul 18 2017
parent Nicholas Wilson <iamthewilsonator hotmail.com> writes:
On Tuesday, 18 July 2017 at 09:48:47 UTC, John Colvin wrote:
 On Tuesday, 18 July 2017 at 00:49:11 UTC, Nicholas Wilson wrote:
 Oh and  JohnColvin do you like the solution for the lambdas?
I do, very nice :) You're essentially achieving what I set out to do and got stuck with, just much better.
Thanks. There's still a way to go, we haven't conquered the world yet! I'll be trying to get a minimally useable base going soon before the start of semester and Laeeth climbs out from under his mound of paperwork. Once the base is done I think the direction will become more clear and contributes more easy to come by, and they can do the things I don't want to do like like queuing devices for info ;)
Jul 18 2017