cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

wgbljl
Journeyman III

Is there any way to control the number of cores used concurrently for a multicore processor in OpenCL?

Hi everyone.

As we all know that CPU is a devcie and each core is a compute unit in OpenCL. I want to konw is there any way to controll the number of cores used concurrently in a kernel? In default, the current runtime implementation in SDK2.2 will use all the cores together.

I think this manner is hard for GPU, however, it is feasible for general purpose processor.

Thanks.

0 Likes
1 Reply

Look at the device fission extension.
0 Likes