This is the roadmap for Value prediction development, refer to #181 for the general roadmap development of xs-gem5.
Value prediction roadmap
Benchmarks
- general: SPEC06
- specific: other domain-specific applications.
Evaluation Metrics
- SPEC06 weighted score and IPC speedup
- Value predictor accuracy rate
- Value predictor coverage rate
Development Purpose
The current expectation is to integrate the value predictor without massive changes to the microarchitecture. The primary goal of the current development of the value predictor is to integrate the stride-base value predictor for pre-RTL architecture exploration for kunminghu v3.
Development Details
value predictors
- Stride based
- Context based
- Hybrid
Prediction error strategy
- pipeline flushing.(current implementation)
- Add replay-buffer, re-issue from replay-buffer.
Develop branchs
- valuepred-base as a main branch of value prediction development.
- valuepred-(feature) develops different predictors as a downstream branch of valuepred-base.
Does valuepred-base need to be synchronized with the upstream branch xs-dev? Any ideas?
Future
- co-design with prefetch
- co-degisn with memory dependency prediction unit
This is the roadmap for Value prediction development, refer to #181 for the general roadmap development of xs-gem5.
Value prediction roadmap
Benchmarks
Evaluation Metrics
Development Purpose
The current expectation is to integrate the value predictor without massive changes to the microarchitecture. The primary goal of the current development of the value predictor is to integrate the stride-base value predictor for pre-RTL architecture exploration for kunminghu v3.
Development Details
value predictors
Prediction error strategy
Develop branchs
Does valuepred-base need to be synchronized with the upstream branch xs-dev? Any ideas?
Future