paper-with-me

홈 › Papers

cuPilot: A Strategy-Coordinated Multi-agent Framework for CUDA Kernel Evolution

2025-12-18 · Jinwu Chen, Qidie Wu, Bin Li, Lin Ma, Xin Si, Yang Hu, Shouyi Yin, Jun Yang arxiv

Optimizing CUDA kernels is a challenging and labor-intensive task, given the need for hardware-software co-design expertise and the proprietary nature of high-performance kernel libraries. While recent large language models (LLMs) combined with evolutionary algorithms show promise in automatic kernel optimization, existing approaches often fall short in performance due to their suboptimal agent designs and mismatched evolution representations. This work identifies these mismatches and proposes cuPilot, a strategy-coordinated multi-agent framework that introduces strategy as an intermediate semantic representation for kernel evolution. Key contributions include a strategy-coordinated evolution algorithm, roofline-guided prompting, and strategy-level population initialization. Experimental results show that the generated kernels by cuPilot achieve an average speed up of 3.09$\times$ over PyTorch on a benchmark of 100 kernels. On the GEMM tasks, cuPilot showcases sophisticated optimizations and achieves high utilization of critical hardware units. The generated kernels are open-sourced at https://github.com/champloo2878/cuPilot-Kernels.git.

📄 PDF Abstract BibTeX arXiv:2512.16465

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards a Multi-Agent Simulation of Cyber-attackers and Cyber-defenders Battles

2025-06-05 · Julien Soulé, Jean-Paul Jamont, Michel Occello, Paul Théron 외

As cyber-attacks show to be more and more complex and coordinated, cyber-defenders strategy through multi-agent approaches could be key to tackle against cyber-attacks as close as entry points in a networked system. This…

A New Framework for Multi-Agent Reinforcement Learning -- Centralized Training and Exploration with Decentralized Execution via Policy Distillation

2019-10-21 · Gang Chen

Deep reinforcement learning (DRL) is a booming area of artificial intelligence. Many practical applications of DRL naturally involve more than one collaborative learners, making it important to study DRL in a multi-agent…

Deep Reinforcement LearningMulti-agent Reinforcement LearningReinforcement Learning

Coordinated Pandemic Control with Large Language Model Agents as Policymaking Assistants

2026-01-14 · Ziyi Shi, Xusen Guo, Hongliang Lu, Mingxing Peng 외 arxiv

Effective pandemic control requires timely and coordinated policymaking across administrative regions that are intrinsically interdependent. However, human-driven responses are often fragmented and reactive, with policie…

Coordinated Diffusion: Generating Multi-Agent Behavior Without Multi-Agent Demonstrations

2026-05-12 · Lasse Peters, Laura Ferranti, Andrea Bajcsy, Javier Alonso-Mora arxiv

Imitation learning powered by generative models has proven effective for modeling complex single-agent behaviors. However, teaching multi-agent systems, like multiple arms or vehicles, to coordinate through imitation lea…

A Graph Attention Based Approach for Trajectory Prediction in Multi-agent Sports Games

2020-12-18 · Ding Ding, H. Howie Huang

This work investigates the problem of multi-agents trajectory prediction. Prior approaches lack of capability of capturing fine-grained dependencies among coordinated agents. In this paper, we propose a spatial-temporal …

Graph AttentionTrajectory Prediction