OpenCL support :P
openCL support
Collapse
X
-
This is not going to happen in the short or mid term. Unfortunately Cuda and Opencl have a quite different philosophy and supporting both technologies would require major changes. Cuda let you speak directly with the gpu and we wrote very specialized code, while OpenCL has an higher level of abstraction.👍 1
Comment