This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to use only one DSP (e.g DSP 0) in the data processing?

//_  INITIAL DATA 

I'm use EVMK2H.

The device loads the Linux (kernl k2hk). 

Calculate Fourier (use opencl, fftw3 and dsplib.ae66). Everything works.

Set the task to calculate fft  of 1, 2, 4, 6, 8 DSP.

//_

//_ QUESTION

How to use only one DSP (e.g DSP 0) in the data processing?  

 int num_DSP;

devices[0].getInfo(CL_DEVICE_MAX_COMPUTE_UNITS, &numDSP); 

//_

PS: advance thanks