-
Notifications
You must be signed in to change notification settings - Fork 612
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
Apply new versioning scheme #19034
Merged
Merged
Apply new versioning scheme #19034
Commits on Nov 5, 2024
-
This implements a new versioning scheme, similar to the one recently proposed with iree-org#18938 and applies it to `iree-compiler`, `iree-runtime` and the `iree-dist` tarball. The TF and TFLite compiler tools use the (legacy) versioning and need to be updated with a follow up commit. The common version number is determined based on the versions of the compiler and the runtime and the higher version is picked as the common on. In contrast to the proposed versioning scheme, version numbers of development releases are in the format `X.Y.Z.dev0+${gitcommithash}` as discussed in iree-org#19003 and not `X.Y.Z.dev` as originally proposed. Not yet addressed is the refactoring of the workflows thus that the `version-local.json` files get only written once (and not for every OS) and to provide then to subsequent steps as artifacts.
Configuration menu - View commit details
-
Copy full SHA for 5b3e3a7 - Browse repository at this point
Copy the full SHA 5b3e3a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4515214 - Browse repository at this point
Copy the full SHA 4515214View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed4bc28 - Browse repository at this point
Copy the full SHA ed4bc28View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b84a375 - Browse repository at this point
Copy the full SHA b84a375View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75be803 - Browse repository at this point
Copy the full SHA 75be803View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f3d072 - Browse repository at this point
Copy the full SHA 0f3d072View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10c0f3a - Browse repository at this point
Copy the full SHA 10c0f3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2f17b0 - Browse repository at this point
Copy the full SHA e2f17b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f41929 - Browse repository at this point
Copy the full SHA 3f41929View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1a09d6 - Browse repository at this point
Copy the full SHA f1a09d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1d2e0a - Browse repository at this point
Copy the full SHA b1d2e0aView commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a1c088d - Browse repository at this point
Copy the full SHA a1c088dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a5cd4b - Browse repository at this point
Copy the full SHA 1a5cd4bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.