Altera_Forum
Honored Contributor
11 years agoConverting from GPU to FPGA
Hello,
For the past several months we have been working on converting openCL code from a GPU application to work on a Cyclone V. The problem now seems to be that I either generate millions of instructions or the logic usage is too high. I am wondering if we should abandon OpenCL and rewrite our kernel in VHDL. Our assumption is that VHDL will allow us to hand optimized the code. Does anyone have experience converting OpenCL to VHDL that can verify this assumption?