WD Interview Question

Describe how OpenCL in VHDL was better than OpenCL on FPGA

Interview Answer

Anonymous

Sep 4, 2017

Parallelism is further exploited. Each thread is given a set of data from the whole set into each OpenCL kernels and VHDL performs the pipelining in each of these kernels. It increases speed

1