bwintermann
bwintermann
## Details ### New behavior Change the `run-docker.sh` script to accept any number of arguments for the build_custom option, so that these arguments can be passed along to the build...
I had recently tried building a larger model (~517 nodes) in FINN and got stuck at CreateDataflowPartition for a long time. I did some timing measurements and tracked the longest...
## Prerequisites Current main commit: db969e6 ## Quick summary The use of mp.Pool in qonnx/transformation/base.py for NodeLocalTransform can cause deadlocks in certain cases. ## Details During work on FINN, I...
When building ResNet50 i stumbled upon the issue that due to very large weight tensors, the HLS Codegen step, which internally uses the `array2hexstring` function, was taking a very long...
## Prerequisites _None_ ## Details / New behavior I would propose adding type annotations / type hints to as many classes and functions in FINN as possible. For external code...
## Prerequisites Main branch, latest commit (279f9c3). Freshly setup venv with onnx, qonnx and dependencies. ## Quick summary Setting a node attribute with the wrong type causes bad behaviour. ##...
## Quick summary When splitting the graph into multiple StreamingDataflowPartitions, in the linking stage, occasionally the error "Port s_axis_0 on component StreamingDataflowPartition_XYZ has unsupported data width 4096 for direct connection"...