Xilinx / Vitis_Libraries

Vitis Libraries
https://docs.xilinx.com/r/en-US/Vitis_Libraries
Apache License 2.0
898 stars 357 forks source link

GESVJ for rectangular matrices #155

Closed norabarlow closed 2 years ago

norabarlow commented 2 years ago

Is GESVJ designed to work with rectangular matrices?

The test works for 4x3 matrices (the default size in the testbench) but fails for other matrices, like 7x9.

Thanks!

norabarlow commented 2 years ago

I forgot to change MAXM and MAXN in kernel_gesvj.cpp for larger matrices. It works after making this change.