Xilinx / Vitis_Libraries

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

Excessive Resource Usage When Running Compound Sort Benchmark with Double Datatype #170

Open zhangchenqi123 opened 1 year ago

zhangchenqi123 commented 1 year ago

I changed the DATATYPE of the database/L1/benchmarks/compound_sort/ folder to float and double and ran make run on my xilinx_u280_gen3x16_xdma_1_202211_1 device. However, after three days of running, the make run still did not complete. The HLS report indicated that the resource usage was too high, with the usage of LUT exceeding 100% when the datatype was double.

Can you provide any suggestions on how to address this issue and reduce resource usage?