Jovan Mitrevski
Jovan Mitrevski
# Description NOT TO BE MERGED: test submdules in pytest # Type of change - [x] Other (Specify) ## Tests
# Description This change updates the ONNX parser and adds support for QONNX. It replaces PR https://github.com/fastmachinelearning/hls4ml/pull/832. It only supports ONNX that has been cleaned by the [qonnx](https://github.com/fastmachinelearning/qonnx) package, including...
## Prerequisites Please make sure to check off these prerequisites before submitting a bug report. - [x] Test that the bug appears on the current version of the master branch....
# Description In the `layers.py` `Conv2DBatchnorm` makes a transpose if it is the resource strategy, but only for `Vivado` and `VivadoAccelerator` backends. Note that `Conv2DBatchnorm` inherits from `Conv2D`, and `Conv2D`...
# Description This is a rebased version of #644. Please look there for details, but in summary it adds support for both io_stream and io_parallel compilation of Conv1DTranspose and Conv2DTranspose....
## Prerequisites - [x] Test that the bug appears on the current version of the master branch. Make sure to include the commit hash of the commit you checked out....
# Description Allow for changing the clock uncertainty more easily in the config ## Type of change - [x] New feature (non-breaking change which adds functionality) ## Tests To do....
## Details As discussed in #834, (Q)DepthwiseConv2D and DepthwiseConv1D only exist for `io_stream` and `Latency` strategy for Vivado and Vitis. Also only `depth_multiplier=1` is supported. ### New behavior We should...
## Prerequisites Currently the synthesis tests are only run with Vivado_HLS. We should add Quartus and Vitis synthesis tests ### Motivation We should test all the backends we support. ###...
## Prerequisites Please make sure to check off these prerequisites before submitting a bug report. - [x] Test that the bug appears on the current version of the master branch....