SPMV-based CG solver - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English
make run TARGET=hw_emu

The above command will test and verify forward kernel via Vitis hardware-emulation. Once the emulations are pased, one can use the following command to build FPGA bitstream and launch the kernel on Alveo U280 FPGA or Alveo U50 FPGA.

make build TARGET=hw
make run TARGET=hw