//_ 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