CLian11
New Contributor
6 years agoUnable to find Intel FPGA OpenCL Emulation platform.
Hi!
I want to emulate my Opencl kernel ,But when I change the platform to Intel(R) FPGA Emulation Platform for OpenCL(TM),
An Error occured:Unable to find Intel FPGA OpenCL platform.
main.cpp code:
platform = findPlatform("Intel(R) FPGA Emulation Platform for OpenCL(TM)");
if(platform == NULL) {
printf("ERROR: Unable to find Intel FPGA OpenCL platform.\n");
return false;
}
How can I emulate my opencl kernel?
Looking forward to your reply!Thank you very much!