D meets GPU: recommendations?

Guillaume Piolat first.last at gmail.com
Fri Jan 29 17:46:05 UTC 2021


On Friday, 29 January 2021 at 16:34:25 UTC, Bruce Carneal wrote:
> The project I've been working on for the last few months has a 
> compute backend that is currently written MT+SIMD.  I would 
> like to bring up a GPU variant.

What you could do is ressurect DerelictCL, port it to BindBC, and 
write vanilla OpenCL 1.2 + OpenCL C.
Not up to date on both, but CUDA is messier than OpenCL.

I don't really know about the other possibilities, like OpenGL + 
compute shaders or Vulkan + compute shaders.



More information about the Digitalmars-d-learn mailing list