fix(qemu): use PE-local group matmul dimensions - #60
Closed
jiale-wangOwO wants to merge 17 commits into
Closed
Conversation
Rebase the reviewed PTO v0.58 QEMU adaptation onto LinxISA master at c667cde, preserving Shared TMOV metadata, shared-left cooperative CUBE, Shared TLOAD/scatter, ADDTPC page semantics, and the validated contract/regression tests.
This was referenced Aug 20, 2026
Author
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
B.IOS.TSizeas Core-level aggregate Shared capacity while keepingB.IOT.TSizePE-local.LB0=local M,LB1=local N, andLB2=Kfor single Shared-B and Shared A+B cooperative TMATMUL.4 * LB0rows and select rows usingpe_id * LB0 + local_row.Validation
ninja -C build-linx qemu-system-linx64python3 -m unittest tests.linxisa.test_v058_pto_contract(23/23 PASS)v058_group_mma_fp32_4pe_m128_n32_k64: QEMU == gfrun == independent golden, PASS.git diff --checkKnown gap
The updated benchmark is an old-toolchain ELF without
.note.pto.isa; its diagnostic QEMU run times out and is not claimed as current-ISA golden evidence. The existing Shared-A+B carrier must be regenerated for PE-local LB semantics.