Skip to content
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

Reorder iter args to match ordering of init args and outputs #161

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

harsh-nod
Copy link
Contributor

This PR modifies the insertion point for iter args to ensure that the iter args are in the same order as the init args and outputs. This simplifies the mapping between init args, iter args and outputs.

This PR modifies the insertion point for iter args to ensure
that the iter args are in the same order as the init args
and outputs. This simplifies the mapping between init args,
iter args and outputs.

Signed-off-by: Harsh Menon <harsh@nod-labs.com>
Copy link
Contributor

@raikonenfnu raikonenfnu left a comment

Choose a reason for hiding this comment

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

Code looks great, and verified locally on my branch that it unblocks me! :)

@harsh-nod harsh-nod merged commit 0327398 into iree-org:main Sep 24, 2024
8 checks passed
IanNod pushed a commit to IanNod/iree-turbine that referenced this pull request Sep 30, 2024
…g#161)

This PR modifies the insertion point for iter args to ensure that the
iter args are in the same order as the init args and outputs. This
simplifies the mapping between init args, iter args and outputs.

Signed-off-by: Harsh Menon <harsh@nod-labs.com>
IanNod pushed a commit to IanNod/iree-turbine that referenced this pull request Sep 30, 2024
…g#161)

This PR modifies the insertion point for iter args to ensure that the
iter args are in the same order as the init args and outputs. This
simplifies the mapping between init args, iter args and outputs.

Signed-off-by: Harsh Menon <harsh@nod-labs.com>
Signed-off-by: Ian <ian.nordeng@amd.com>
IanNod pushed a commit to IanNod/iree-turbine that referenced this pull request Sep 30, 2024
…g#161)

This PR modifies the insertion point for iter args to ensure that the
iter args are in the same order as the init args and outputs. This
simplifies the mapping between init args, iter args and outputs.

Signed-off-by: Harsh Menon <harsh@nod-labs.com>
Signed-off-by: Ian <ian.nordeng@amd.com>
stellaraccident pushed a commit that referenced this pull request Oct 13, 2024
This PR modifies the insertion point for iter args to ensure that the
iter args are in the same order as the init args and outputs. This
simplifies the mapping between init args, iter args and outputs.

Signed-off-by: Harsh Menon <harsh@nod-labs.com>
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.

2 participants