Details
- Reviewers
rriddle jpienaar - Commits
- rGe1bdf3219f72: Add release notes for MLIR
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Does this match the general LLVM form? Could we have some docs for how to format the notes?
mlir/docs/ReleaseNotes.md | ||
---|---|---|
5 | Should we add a disclaimer that MLIR has no releases yet, and these are notes related to LLVM releases? |
For past release for example: https://releases.llvm.org/16.0.0/docs/ReleaseNotes.html
mlir/docs/ReleaseNotes.md | ||
---|---|---|
5 | How would you phrase this? Right now we kind of have a release: we just don't do anything special about them: they are a snapshot of the development tree. We could say "the MLIR community does not qualify the LLVM release branch specifically, it is a snapshot of the MLIR development at the time of the release"? I was thinking about cherry-picking bug fixes in the 17 branch for the next few weeks/months thought. |
mlir/docs/ReleaseNotes.md | ||
---|---|---|
5 | That sounds good to me yes. Just avoiding folks expecting this is a validated and qualified release. |
Should we add a disclaimer that MLIR has no releases yet, and these are notes related to LLVM releases?