Add dtype-generics implementation roadmap (Stages 0-2 implemented) - #10
Open
havogt wants to merge 1 commit into
Open
Add dtype-generics implementation roadmap (Stages 0-2 implemented)#10havogt wants to merge 1 commit into
havogt wants to merge 1 commit into
Conversation
Appendix to the dtype-generic-fields proposal: the staggered PR series that lands it, with a status table (Stages 0-2 implemented), the Stage 1/2 boundary rationale, and the out-of-scope/deferred list. Linked from the proposal's section 6.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adds an implementation-roadmap appendix to the dtype-generic fields proposal: the
staggered PR series that lands it, a status table (Stages 0–2 implemented), the
Stage 1 / Stage 2 boundary rationale, and the out-of-scope / deferred list. Linked
from the proposal's §6 (appendix, not indexed separately — per the repo's
AGENTS.md).The implementation PRs it tracks (in the gt4py fork) are open as a stack:
havogt/gt4py #62 → #63 → #64 → #65; the predicate-cleanup commit is also up against
upstream as GridTools/gt4py#2657.