Xilinx / Vitis-Tutorials

Vitis In-Depth Tutorials
https://Xilinx.github.io/Vitis-Tutorials/
MIT License
1.13k stars 540 forks source link

Hardware_Acceleration/Design_Tutorials/06-cholesky-accel #444

Open htprofessor opened 2 weeks ago

htprofessor commented 2 weeks ago

Excuse me this cholesky algorithm can solve the matrix of 512,what should I do to solve larger matrix like 1024 or more. I changed MAXN and NCU ,but it doesnt work. image image

allyzhou commented 3 days ago

Hi @AnusheelXilinx can you take a look at this issue. thanks

AnusheelXilinx commented 1 day ago

@htprofessor, If I run the "make TARGET=sw_emu run" after changing the "MAXN" and "NCU", I do not see any issues.

Thanks Anusheel