Forum Discussion
Altera_Forum
Honored Contributor
8 years agoYou should run your host code using the following command:
env CL_CONTEXT_EMULATOR_DEVICE_ALTERA=1 host.exe Or run "set CL_CONTEXT_EMULATOR_DEVICE_ALTERA=1" in the same command window right before running your host code. The way it is, the host code is trying to use your integrated GPU (iGPU) which obviously wouldn't work using the FPGA emulator binary.