Align SuperNPUBench with PTO ISA 0.57.1 - #27
Merged
Merged
Conversation
Retired tile operations and legacy block carriers were still generated and documented, which would let removed ISA spellings leak into benchmark coverage. Regenerate the corpus from the retained direct-operation surface and use B.DATR plus named ACCCVT forms in handwritten examples.\n\nConstraint: PTO-ISA/pto-spec is the sole normative source.\nRejected: Preserve retired cases as skipped examples | deleted operations must not remain in active source or documentation.\nConfidence: high\nScope-risk: moderate\nDirective: Do not reintroduce TFMA, TFMOD, TFMODS, TADDC, TSUBC, TADDSC, TSUBSC, TLRELU, TRANDOM, B.ARG, or BSTART.CUBE.\nTested: deterministic case regeneration; Python syntax; shell syntax; retired-token repository scan; git diff check\nNot-tested: full target compilation pending the synchronized LLVM/PTO kernel toolchain
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\n- delete benchmark cases for retired PTO tile operations\n- replace legacy B.ARG and BSTART.CUBE examples with B.DATR and named ACCCVT forms\n- regenerate and recount the current 284-case structural corpus\n\n## Verification\n- deterministic case regeneration\n- Python and shell syntax checks\n- retired-token repository scan\n- git diff check\n\nFull target compilation will run after the synchronized LLVM and PTO kernel branches land.
Final merged-source refresh (2026-08-02)