-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiler integration of the Concat operation #1193
base: dev
Are you sure you want to change the base?
Conversation
…eNHWC transformations are checking whether the node to be moved is a fork node, in which case the MoveOpPastFork is called. MoveOpPastFork uses deepcopies of the original node.
…the graph being a fork node
… and it now accepts different datatypes of inputs. It uses the new implementation from finn-hlslib
…ypes among inputs and sets the SIMD parameter
…types among inputs
@mdanilow @preusser: Do you have any idea why we see IPGen failing for this (the test_fpgadataflow_concat) for 2022.2 but seemingly not for 2023.2? The error message is simply "ERROR: [HLS 200-1715] Encountered problem during source synthesis" and then it stops... I did not really debug this further and for now do not rely on this (but I planned to...), however, as we are stuck on 2022.2 at least for some of our setups, it would be nice to figure this out. |
@iksnagreb I have no idea xd |
This PR depends on a PR from the finn-hlslib where the Concat operation was implemented (Xilinx/finn-hlslib#143)