Benjamin Ramhorst

Results 52 comments of Benjamin Ramhorst

Can you run each 10 times and report how many fail? Lucian and I had a look in the two versions you are pointing and there seems to be nothing...

Thanks for running these - I don't think this is a utilisation / congestion issue though. The networking stacks ACCL uses (RDMA from Coyote, TCP/IP from EasyNet) both have retransmission...

There have been some changes in hls4ml on the data types of activations. Can you please confirm you have the latest version of hls4ml. You can either install it via...

Hi @AnouarITI, PR #1085 by @jmitrevs should fix this issue. Can you check out the branch and confirm it works?

Hi @akaushikyu, you can have a look at PR #991 which introduces an accelerator backend using XRT. It has both Python and C++ drivers; for C++ drivers you can look...

You can just use NumPy save: https://numpy.org/doc/2.1/reference/generated/numpy.save.html Use this method to store your test data to a NumPy array on disk (.npy extension) and then pass the path to the...

Thank you for this contribution! Could you please elaborate how this would compare against the Vitis Accelerator IP flow in #1134? Both PRs seem to add support for end-to-end deployment...

Can you try passing default_precision='ap_fixed' to the QKeras model? It looks like the accumulators may not be getting the correct precision for some reason. A conservative approach is to start...

That seems rather wrong --- what happens if you try increasing the precision? Example or . To see if this is some bug in parsing the model or just that...

Hi @HongshiTan - thank your for this contribution! We've also been using huge-pages in Coyote, but mostly work-around and never supported out-of-the-box. A couple of questions/suggestions on my side: -...