Skip to content

Try to propagate input data layout to outputs for FINN ops#229

Merged
jmitrevs merged 1 commit intofastmachinelearning:mainfrom
iksnagreb:fix/layout-inference
Jan 29, 2026
Merged

Try to propagate input data layout to outputs for FINN ops#229
jmitrevs merged 1 commit intofastmachinelearning:mainfrom
iksnagreb:fix/layout-inference

Conversation

@iksnagreb
Copy link
Collaborator

@iksnagreb iksnagreb commented Jan 23, 2026

Without layout annotations, FINN tries to guess purely based on the rank (number of dimensions) of a tensor, or even uses some hard-coded defaults, which is error-prone. We can do better by at least trying to propagate layout annotations from input to output, even if this won't be the final solution. @fpjentzsch could maybe comment on which models in our FINN+ flow were affected by this. @auphelia should maybe have a look as well as this is rather fundamental to FINN.

@iksnagreb iksnagreb added this to the v1.0.0 milestone Jan 23, 2026
Copy link
Collaborator

@makoeppel makoeppel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you tell us a bit what this PR does?

@iksnagreb iksnagreb requested a review from auphelia January 23, 2026 15:42
@jmitrevs jmitrevs merged commit 752850f into fastmachinelearning:main Jan 29, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants