sli30
New Contributor
7 years agoHow long it will take to compile an OpenCL kernel by using -high-effort option?
Dear all,
Based on my experience, usually it takes less than 10 hours to compile an OpenCL kernel file on Arria 10 device. Recently, because my OpenCL kernel is too large (the logic utilization takes more than 90%), I'm afraid the resources may not be enough. So I use "aoc -high-effort xx.cl -o xx.aocx" command to compile the kernel. I know -high-effort command will increase the compile time significantly, but it takes more than 3 days. I'm not sure when it will finish? Is this normal? Thank you so much!