Add compiler-derived compute and HBM latency models - #103
Open
YuxuanHan0326 wants to merge 10 commits into
Open
Conversation
Hash model, settings, compiler sources, and timing inputs before reusing a report. Keep a bounded four-entry process LRU so repeated DSE evaluations avoid rebuilding symbolic schedules while changed inputs invalidate deterministically.
Use Python 3.12 collection protocols and direct future annotations so the standalone CostEmitter branch passes its package lint checks.
Normalize public exports and Python 3.12 collection annotations so the generic memory backend is lint-clean when reviewed independently.
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
Adds a compiler-derived analytical latency path covering both compute execution and HBM service.
Data flow
Final compiler schedule
→ symbolic CostTrace
→ compute timing
→ physical DMA traffic
→ HBM V4
→ stage-wise roofline latency
Main changes
Validation
Dependency
Depends on PR AICrossSim/PLENA_Compiler#71
The Compiler branch commit is already available in the official repository, so this PR can be reviewed and tested before the Compiler PR is merged.
Compatibility
The existing closed-form latency backend remains available and unchanged.