fastmachinelearning / hls4ml

Machine learning on FPGAs using HLS
https://fastmachinelearning.org/hls4ml
Apache License 2.0
1.24k stars 402 forks source link

HLS4ML IN QUARTUS SUPPORT FOR CONV2D #876

Open MODISENEISO opened 1 year ago

MODISENEISO commented 1 year ago

Discussed in https://github.com/fastmachinelearning/hls4ml/discussions/875

Originally posted by **MODISENEISO** September 28, 2023 Hi. I am converting a model that has CONV2D layers with QUartus as backend. I get able to get the C++ firmware. However I get this error when attempting synthesis to RTL; firmware/nnet_utils/nnet_conv2d_stream.h:135:5: error: no matching function for call to 'shift_line_buffer_2d' nnet::shift_line_buffer_2d(in_elem, line_buffer, shift_buffer);
vloncar commented 1 year ago

You really need to provide more information if you want assistance. Please open a bug report and follow the template.