Skip to content

Releases: pc2/HPCC_FPGA

Full compatibility to cl2.hpp

08 Oct 09:40
Compare
Choose a tag to compare

This release contains minor changes in the host code compared to v0.5.
All benchmarks can now use cl2.hpp. For compatibility, cl.hpp can still be used with the configuration flag -DUSE_DEPRECATED_HPP_HEADER=Yes.

PCIe+MPI communication

07 Oct 11:59
Compare
Choose a tag to compare

Implement multi-FPGA benchmarks that use PCIe+MPI for communication to achieve compatibility for Intel and Xilinx FPGAs.

Add Multi-FPGA Support

09 Apr 13:04
Compare
Choose a tag to compare

This release adds support for the execution and validation of all benchmarks on multiple FPGAs.
It also contains implementations of the b_eff, PTRANS and HPL benchmark for Intel FPGAs.

Improvement of GEMM and FFT

24 Aug 10:25
Compare
Choose a tag to compare

Next to minor changes, bug fixes, and improvements, this release introduces the following major changes:

  • Optimize FFT for Xilinx up to a size of LOG_FFT_SIZE=9
  • Kernel replication support for GEMM and FFT
  • Remove git submodules and instead fetch dependencies using CMake. This eliminates the need to check out out the git repository to build the benchmarks.

Updated Evaluation Version

04 Jun 18:04
Compare
Choose a tag to compare

This version contains a refactored host code and build process and also brings support for SVM.

Initial Version

04 Jun 12:22
Compare
Choose a tag to compare
Initial Version Pre-release
Pre-release

This Release contains the code that was used in the publication arXiv:2004.11059.