Benjamin Ramhorst

Results 52 comments of Benjamin Ramhorst

> I'm fine with this type of change. But last I remember, im2col often didn't even synthesize so we added some heuristic to at least try winograd if possible. @bo3z...

@maximilianheer can you help with this?

Writeback is a memory mapped region. It's a set of control registers for each vFPGA that gets incremented every time a data transfer is completed (there are dedicated registers for...

Closing due to inactivity. Please re-open at a later stage if still applicable.

The 8K bug has been fixed in #86. The issues with reads where due to Coyote background processed being terminated before finishing the test. @maximilianheer has debugged this and created...

Can you please add a few more details? Output from which is not zero: CSim (csim=True in hls4ml.build(...)) or the hls_prediction? Does the line np.testing.assert_allclose fail or something later?

Unfortunately, we don't provide examples of how to integrate IPs into larger application, as this is application-specific and can be done in many ways: 1. You could stream the data...

Once you have the IP, it doesn't matter what the underlying architecture is (GRU or CNN or FC etc.). At that point it's a matter of properly connecting all the...