Forum Discussion
Altera_Forum
Honored Contributor
9 years agoWhat information about .aocx files?
I don't understand What information about .aocx files?Wheather it only contains of opencl kernel or both platform and opencl kernel? Wheather the platform and opencl kernel are programmed in FPGA se...
Altera_Forum
Honored Contributor
9 years agoIf by "platform" you mean the host code, it runs on the CPU. The aocx file only contains the kernel code. The host code has to be compiled separately with a standard c/c++ compiler and will have its own standard x86/x64/Arm binary.