Remotery icon indicating copy to clipboard operation
Remotery copied to clipboard

OpenCL backend

Open AdrienPensart opened this issue 9 years ago • 3 comments

Hi,

for a benchmark software i'm making, could you add the support for an OpenCL backend ?

awesome work man !

AdrienPensart avatar Apr 16 '15 01:04 AdrienPensart

Not sure I understand what you mean. Is this for Remotery or for some other software?

My contract schedule is fully booked right now.

dwilliamson avatar Apr 16 '15 09:04 dwilliamson

I'd love to see OpenCL support as well. I'm sure PRs / "patches welcome" -- any pointers on what would need to be done to support OpenCL in Remotery? What's needed?

brlcad avatar Aug 07 '18 14:08 brlcad

Mainly it'd just be a copy/paste of the OpenGL code with OpenCL API replacements. The important difference is OpenCL's ability to build multiple command queues - there is no public API for that yet. Ignore the CUDA binding as that's the old method of doing it.

dwilliamson avatar Aug 09 '18 20:08 dwilliamson