Skip to main content

Questions tagged [opencl]

7 votes
0 answers
224 views

There is an existing real-time, scientific visualization application that uses OpenCL and OpenGL to render complex 2D graphs. My goal is to incorporate this application into a 3D rendered scene. At ...
Liam Kelly's user avatar
5 votes
1 answer
1k views

I am having a hard time deciding how I should manage my OpenCL source code so that my program can compile it at runtime. There seem to be two many strategies. You can create them in you C source as ...
chasep255's user avatar
  • 151
2 votes
2 answers
2k views

Most OpenCL Tutorials give a nice introduction to OpenCL, yet I have not found information on the question of interoperability of the compilation targets. It seems that I have to compile OpenCL code ...
wirrbel's user avatar
  • 3,108
1 vote
2 answers
2k views

I've been looking around, but I'm still not sure on the what OpenCL is. Other than multi processor stuff... Is it another graphics API like OpenGL and DirectX? Or something that works alongside ...
Hyland's user avatar
  • 37