HiSparse icon indicating copy to clipboard operation
HiSparse copied to clipboard

High-Performance Sparse Linear Algebra on HBM-Equipped FPGAs Using HLS

Results 2 HiSparse issues
Sort by recently updated
recently updated
newest added

Summary of making sw_emu work, based on the HLS hardware codes of last release https://github.com/cornell-zhang/HiSparse/commit/f35c82a8b384172a6530e8ee8010c608a4230f06: - Use `ap_axiu` for AXI-4 stream in kernel interface, and self-defined `VEC_AXIS_T` for FIFO inside...

Hello. Thank you for your work. I would like to suggest a little change to your Makefile (located [here](https://github.com/cornell-zhang/HiSparse/blob/master/sw/Makefile)). For the implementations of floating-point spmv (float_pob, float_stall), you have to...