From opencl to high-performance hardware on FPGAS

Tomasz S. Czajkowski,Utku Aydonat,Dmitry Denisenko,John Freeman,Michael Kinsner,David Neto,Jason Wong,Peter Yiannacouras,Deshanand P. Singh
DOI: https://doi.org/10.1109/fpl.2012.6339272
2012-08-01
Abstract:We present an OpenCL compilation framework to generate high-performance hardware for FPGAs. For an OpenCL application comprising a host program and a set of kernels, it compiles the host program, generates Verilog HDL for each kernel, compiles the circuit using Altera Complete Design Suite 12.0, and downloads the compiled design onto an FPGA. We can then run the application by executing the host program on a Windows(tm)-based machine, which communicates with kernels on an FPGA using a PCle interface. We implement four applications on an Altera Stratix IV and present the throughput and area results for each application. We show that we can achieve a clock frequency in excess of 160MHz on our benchmarks, and that OpenCL computing paradigm is a viable design entry method for highperformance computing applications on FPGAs.
What problem does this paper attempt to address?