Forum Discussion
The compilation time is too long for Intel FPGA OpenCL
- 1 year ago
Hi @myg,
Thank you for posting in Intel community forum, hope all is well and apologies for the delayed in response.
Unfortunately the compilation time would depends on multiple factors such as complexity of design or system required which the design are compiled with.
Hence would suggest the following, which is to check on the minimal recommended required specs for the system to compile which hopefully will shorten the compilation time, more details are in the links below:
Hope that clarify
Note: Intel OpenCL technology has been deprecated and would advise to move to oneAPI.
Best Wishes
BB
The OpenCL compiler isn't very smart and there are many language features it doesn't handle properly. For example, in some versions array initializers (int a[N] = {0}) made it go into an infinite loop. It also seems to have problems synthesizing half precision floats.