fix(linx): align TEPL row reductions and TCVT profiles - #41
Open
jiale-wangOwO wants to merge 4 commits into
Open
fix(linx): align TEPL row reductions and TCVT profiles#41jiale-wangOwO wants to merge 4 commits into
jiale-wangOwO wants to merge 4 commits into
Conversation
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
Author
|
PR #40 has been closed as superseded by this PR. Its complete memory-dump commit This PR is now the single QEMU merge path for the architectural-result dump plus the TEPL/TCVT/TMA follow-up fixes. After merge, repin linx-isa to this PR's upstream merge commit. Refs #40 and LinxISA/SuperScalarModel#31 |
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.
Summary
Validated profiles
The SuperScalarModel parity carrier executes the same ELF and initialized input in QEMU and gfrun, then compares both outputs independently with a manifest-generated golden result.
tile_smoke,tepl_smoke, andtepl_reducetepl_reduceCurrent QEMU canonical execution blockers remain explicitly unclaimed: TGATHER, TSCATTER, TTRANSPOSE, TINTERLEAVE, TDEINTERLEAVE, TPARTARGMAX, and TPARTARGMIN.
Verification
ninja -C build qemu-system-linx64tile_smoke,tepl_smoke,tepl_reduce, andcube_smokePASSRepresentative three-way hashes:
tepl_smoke:c443b551e800ea699e15a2b8b02f8785e6b5d7d2cf24443f61480eccba3ab590tepl_reduce:1bd25dbb990b5b0d3c8a0a7c03fe5223ab7ee814c1eed6231cc313dacd3a6a30Tracking: LinxISA/SuperScalarModel#31
Related parity work: LinxISA/SuperScalarModel#76