feat: enable rvr execution of benchmarks#2753
feat: enable rvr execution of benchmarks#2753gdmlcjs wants to merge 1 commit intofeat/rvr-instancefrom
Conversation
|
Claude finished @gdmlcjs's task in 3m 3s —— View job Code Review: PR #2753 — feat: enable rvr execution of benchmarks
Overall this is a clean, well-structured change that follows the existing patterns (AOT caching, feature-gated branches) closely. A few observations: Feature flag structure looks correctThe priority chain The Nits / suggestions
No issues found
Looks good to merge. |
Note: cells_used metrics omitted because CUDA tracegen does not expose unpadded trace heights. Commit: 0c3ad8c |
Enables running benchmarks through rvr extension. Benchmark tests do not check execution correctness and currently execution involving extensions other than RV32IM fail because
VmRvrExtensiontrait implementation is not properly wired.closes INT-7480