Forum Discussion
Altera_Forum
Honored Contributor
8 years agohelloworld issue on arria10Gx development kit
Hi, I am trying to compile and run hello_world example of OpenCL SDK on Arria10Gx development board. Example fails to run with below error code. kindly check below steps and comment on any wrong...
Altera_Forum
Honored Contributor
8 years agoYou are compiling your host code against the wrong OpenCL SDK; the host code is trying to run the OpenCL kernel on your CPU (CL_DEVICE_NAME = Intel(R) Core(TM) i7-6800K CPU @ 3.40), rather than your FPGA.