docs: record omitted old-build parity decisions - #14
Merged
Merged
Conversation
Add a living parity reference for behavior-changing commits that existed in the previous ROCmFPX-derived working branch but were intentionally not carried into the current fork. For each historical commit, record its old behavior, current classification, why it is omitted, and the condition that would justify revisiting it. Cover superseded speculative/cache and GDN work, optional compatibility features, retest-only HIP/vision issues, configuration replacements, diagnostics, and the ROCmFP4 investigation policy. Update optimization-history to point at the new decision log and reflect that the historical direct-write GDN fusion is now superseded by current llama.cpp rather than a pending port candidate.
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
docs/agents/historical-working-build-parity.mdas a durable reference for future migration work.The document records meaningful behavior-changing commits from the previous ROCmFPX-derived working lineage that are intentionally absent from the current fork, including:
It also updates
optimization-history.mdto link the decision log and correct the status of the old direct-write GDN fusion: current llama.cpp now contains native GDN cache-write fusion, so the historical WIP commit is treated as superseded rather than pending.