Sioni Summers
Sioni Summers
FYI I have built an FPU bitstream for zcu104 and put it on the downloads page at https://ssummers.web.cern.ch/conifer/downloads/dev/zcu104/ Take a look at the quickstart guide usage here for the code...
Hi, I have a few comments/queries, hopefully we can get this working. Have you been able to run one of the examples without issue? e.g. `sklearn_to_hdl.py` would be a good...
Also, `AddReduce.vhd:28:11:warning: declaration of "addreduce" hides entity "addreduce" [-Whide]` this warning occurs because of recursive instantiation of the component.
Regarding depth and sparsity, since `v1.0` the HLS backend may perform better for sparse trees (this is also much more recent than the paper). Indeed as you suggest, the VHDL...
Thanks for studying this in such detail! `Killed "$RDI_PROG" "$@"` is definitely the out-of-memory error.
Hi, which conifer version are you using? The hls4ml tutorial conifer section is a bit outdated now, targeting `0.2b0`. You can take a look at some of the examples in...
Hi, thanks for reaching out. I think there are a few things going on, but it seems to me that the Random Forest conversion is not working correctly, at least...
With Vivado installed you should setup the tools like (change for your Vivado install path): `source /path/to/Xilinx/Vivado/2019.2/settings.sh` You can check that one of the required environment variables is set like:...
@Andre-coder Could you run the following and report back what is says? ``` import sys import logging logging.basicConfig(stream=sys.stdout, level=logging.DEBUG) import conifer conifer.utils._ap_include() ``` Can you check that the path that...
Can you please share more of the error message?