AgRefactor: Self-Evolving Agentic Workflow for HLS Compatibility and Performance
Quick Answer
AgRefactor is an LLM-based multi-agent workflow that refactors software into HLS-compatible code, achieving a 6.51x speedup over state-of-the-art tools on complex benchmarks.
Quick Take
AgRefactor is an LLM-based workflow that refactors software into HLS-compatible code, achieving a 6.51x speedup over state-of-the-art tools on complex benchmarks. It utilizes a self-evolving memory system to enhance efficiency and scalability, outperforming existing methods on 9 out of 11 challenging real-world cases. Fully automated and open-sourced, it addresses the gap between software and hardware programming practices.
Key Points
- AgRefactor integrates automated refactoring tools for cost reduction and scalability.
- It outperforms or matches state-of-the-art tools on 9 out of 11 benchmarks.
- Achieves a 6.51x speedup over the leading pragma tuning tool.
- Utilizes a self-evolving memory system for improved task handling.
- Fully automated and open-sourced for broader accessibility.
Paper Resources
Article Content
From source RSS / original summaryarXiv:2606. 30949v1 Announce Type: new Abstract: High-Level Synthesis (HLS) provides a fast path from concepts to silicon, but converting real-world software into synthesizable HLS code remains challenging due to restrictive language support and the gap between software and hardware programming practices. Existing automated and LLM-based refactoring approaches partially address this problem, yet they often lack flexibility, struggle to scale, and incur high computational costs.
We introduce AgRefactor, an LLM-based workflow for refactoring software into HLS-compatible programs. AgRefactor incorporates a self-evolving memory system that accumulates and retrieves factual and strategic knowledge across tasks, improving robustness and efficiency on unseen programs. To reduce cost and enhance scalability, it integrates automated refactoring tools, enabling agents to balance LLM-driven rewrites with efficient tool-based transformations.
On 9 out of 11 challenging real-world benchmarks, which are 5-10x longer than the most complex cases studied in prior work, AgRefactor outperforms or matches the state-of-the-art automated refactoring tool and a strong LLM-based baseline built on the same framework backbone. Further agentic performance optimization yields a 6. 51x geometric mean speedup over the SoTA pragma tuning tool and a 1. 20x speedup over optimized open-source designs with less than 20% extra resources.
AgRefactor is fully-automated and open-sourced.
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from arXiv cs.AI
See more →The Verification Horizon: No Silver Bullet for Coding Agent Rewards
As coding agents evolve, verifying solutions becomes more challenging than generating them, necessitating a focus on scalable, faithful, and robust verification methods. The study reveals that no fixed reward function can sustain effectiveness as model capabilities advance, emphasizing the need for verification to evolve alongside solution generation.