paper-with-me

Papers

MicroEvo: Knowledge-Guided LLM Sampling for Efficient Microarchitecture Design Space Exploration

2026-08-06 · Jia Xiong, Runkai Li, Chenxu Niu, Guangyuan Gao, Changwen Xing, Yifan Zhang, Xinlai Wan, Jieran Cui, Chen Bai, Yusheng Hua, Ying Wang, Ming Ling, Xi Wang, Tao Xie arxiv

Microarchitecture design space exploration suffers from expansive search spaces and expensive PPA evaluation, leaving only a small simulation budget for design decision-making. Existing methods perform blind search without considering microarchitectural dependencies and fail to learn from the iterative search effectively, leading to wasted evaluations and weak Pareto convergence. In this paper, we propose MicroEvo, a knowledge-guided framework that couples off-the-shelf LLMs with Monte Carlo Tree Search (MCTS) for multi-objective microarchitecture optimization. MicroEvo combines LLM-driven evolutionary operators, a Pareto-aware tree policy that balances Pareto contribution and diversity, an active knowledge accumulation mechanism that extracts and reuses optimization insights, and state-aware directives that adapt the search behavior online. Experiments show that MicroEvo improves Pareto-front quality by up to 36.2% over NSGA-II and achieves 10.6x higher search efficiency, and also demonstrates strong scalability to a complex industrial-scale core. The code repository is available at: https://github.com/GEAR-SEU/MicroEvo-ICCAD-26.

📄 PDF Abstract BibTeX arXiv:2608.06183

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MicroEvoEval: A Systematic Evaluation Framework for Image-Based Microstructure Evolution Prediction

2025-11-12 · Qinyi Zhang, Duanyu Feng, Ronghui Han, Yangshuai Wang 외 arxiv

Simulating microstructure evolution (MicroEvo) is vital for materials design but demands high numerical accuracy, efficiency, and physical fidelity. Although recent studies on deep learning (DL) offer a promising alterna…

Computational Efficiency

Tao: Re-Thinking DL-based Microarchitecture Simulation

2024-04-16 · Santosh Pandey, Amir Yazdanbakhsh, Hang Liu

Microarchitecture simulators are indispensable tools for microarchitecture designers to validate, estimate, and optimize new hardware that meets specific design requirements. While the quest for a fast, accurate and deta…

Transfer Learning

Selecting Microarchitecture Configuration of Processors for Internet of Things

2018-02-19

The Internet of Things (IoT) makes use of ubiquitous internet connectivity to form a network of everyday physical objects for purposes of automation, remote data sensing and centralized management/control. IoT objects ne…

Management

Automatic Microprocessor Performance Bug Detection

2020-11-17 · Erick Carvajal Barboza, Sara Jacob, Mahesh Ketkar, Michael Kishinevsky 외

Processor design validation and debug is a difficult and complex task, which consumes the lion's share of the design process. Design bugs that affect processor performance rather than its functionality are especially dif…

Benchmarking

A Microarchitecture Implementation Framework for Online Learning with Temporal Neural Networks

2021-05-27 · Harideep Nair, John Paul Shen, James E. Smith

Temporal Neural Networks (TNNs) are spiking neural networks that use time as a resource to represent and process information, similar to the mammalian neocortex. In contrast to compute-intensive deep neural networks that…

Continual LearningIncremental Learning