I want to use 2 OpenCL loops on the same system together (in my case, AMD and Nvidia, but the question is pretty general).
I know that I can compile my program with any SDK. But when I start the program, I need to provide libOpenCL.so. How can I provide libs of both versions so that I see 3 devices in my OpenCL program (AMD processor, AMD GPU, Nvidia graphics adapter)?
I know that this should be possible somehow, but I did not find a description of how to do this for linux.
Thanks a lot, Thomas
Tomas source share