Using the CPU and GPU in one algorithm

Hi there,

I’ve to do some calculations in a huge amount of vectors separated by groups so I was thinking that I can use the GPU and the CPU to realize these calculations. Is this possible using OpenCL?

Thank you.

What is the question exactly? Do you want to know whether you can run an algorithm concurrently in the GPU and CPU using OpenCL? If that’s the question, the answer is yes.