Forum Discussion
1 Reply
- HRZ
Frequent Contributor
You are trying to "execute" your source file instead of the binary. You should first compile the kernel code using -march=emulator switch and compile the host code normally and then execute the host code binary using the CL_CONTEXT_EMULATOR_DEVICE_INTELFPGA=1 variable.
P.S. It is best if you post OpenCL-related questions in the High Level Design section.