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?
I changed the DATATYPE of the database/L1/benchmarks/compound_sort/ folder to float and double and ran
make run
on myxilinx_u280_gen3x16_xdma_1_202211_1
device. However, after three days of running, themake 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?