Forum Discussion
hamze60
New Contributor
7 years agoRun OpenCL kernel on two heterogeneous devices.
Hello, As I read in the programming-guide, it seems that it is possible to have 2 parallel heterogeneous devices (such as two separate FPGA boards) to run a single kernel. I guess in that case some ...
HRZ
Frequent Contributor
7 years agoI see. The last time I tried no OpenCL devices other than the FPGA could be detected when compiling the host code using the Intel FPGA headers. You can try installing Intel's OpenCL Runtime for CPUs and see if the CPU gets detected wiht a host code compiled against the FPGA headers. If not, you will likely have to compile your host code against another OpenCL SDK.