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

Update translation info related attributes #283

Merged
merged 2 commits into from
Nov 20, 2024

Conversation

harsh-nod
Copy link
Contributor

This PR updates the dispatch codegen to use the
new attributes for translation info. Also updates
the ci requirements to last night's pre-release
to get the latest changes.

This PR updates the dispatch codegen to use the
new attributes for translation info. Also updates
the ci requirements to last night's pre-release
to get the latest changes.

Signed-off-by: Harsh Menon <[email protected]>
@@ -10,5 +10,5 @@
# Uncomment to skip versions from PyPI (so _only_ nightly versions).
# --no-index

iree-base-compiler<=3.0.0
iree-base-runtime<=3.0.0
iree-base-compiler<=3.1.0rc20241120
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it should be >= or even == as older version will no longer work.

Copy link
Member

Choose a reason for hiding this comment

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

The CI passed without uncommenting

# Uncomment to select a nightly version.
# --find-links https://iree.dev/pip-release-links.html
# --pre

and jobs just installed 3.0.0: https://github.com/iree-org/iree-turbine/actions/runs/11938126768/job/33275707429?pr=283#step:5:47

... so this might not even be needed. Which IREE commit do you want to bump past?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I want this commit included : iree-org/iree@8fd3e0d

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Do you know which nightly release this commit would be in?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think it should be >= or even == as older version will no longer work.

makes sense, okay will change to ==.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Make sense, thanks for the explanation. I need that commit for this PR: #284 which will fail without it, but I will update the ci in the commit to pick up tonight's pre-release.

Copy link
Member

Choose a reason for hiding this comment

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

Gotcha. You can monitor for pre-releases at https://github.com/iree-org/iree/releases .

You can also watch the commit itself to see when it gets associated with a release tag. For example, iree-org/iree@e3826d5 was included in all of these releases: iree-3.1.0rc20241120, iree-3.1.0rc20241119, iree-3.0.0, iree-3.0.0rc20241118, iree-3.0.0rc20241117, iree-3.0.0rc20241116

image

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's pretty cool, thanks for sharing. Since this change doesn't need any updates to the iree requirements, I will leave it as is and change the requirements with the other PR tomorrow.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Actually @raikonenfnu it turns out that on CDNA2, if I use the old version of iree I get a failure with attention. But with the latest, it is passing. So I will keep this for now and we can investigate further.

Copy link
Contributor

Choose a reason for hiding this comment

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

that is odd though, I wasn't getting any attention failures on CDNA2, when working on the PR yesterday and this morning..

@harsh-nod harsh-nod merged commit 1d95d02 into iree-org:main Nov 20, 2024
8 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