paper-with-me

Papers

MusaCoder: Native GPU Kernel Generation with Full-Stack Training on Moore Threads GPU

2026-06-03 · Kun Cheng, Songshuo Lu, Sicong Liao, Tankun Li, Yafei Zhang, Dong Yang, Qiheng Lv, Hua Wang, Zhi Chen, Yaohua Tang arxiv

Native GPU kernel generation turns high-level tensor programs into executable, efficient low-level code. Existing Large Language Models (LLMs) struggle with this task, while execution-based reinforcement learning suffers from sparse rewards, reward hacking, and training instability. We present MusaCoder, a full-stack training framework for native GPU kernel generation on CUDA and MUSA backends. MusaCoder combines progressive kernel-oriented data synthesis, diversity-preserving rejection fine-tuning, and execution-feedback Reinforcement Learning (RL) through MooreEval, a distributed verifier and reward environment. To stabilize RL, MusaCoder introduces PrimeEcho for first-turn-anchored multi-turn rewards, Buffered Dynamic Retry for recovering signals from all-failed hard samples, and MirrorPop for off-policy sequence filtering. Experiments on KernelBench and a MUSA-ported variant show that MusaCoder outperforms strong open-source and proprietary baselines in both correctness and empirical speedup, with the 9B model matching or exceeding frontier closed-source models and the 27B model establishing a new state of the art. These results demonstrate not only the effectiveness of full-stack execution-feedback training for native kernel generation, but also the capability of Moore Threads GPUs to support the complete LLM post-training stack, providing a practical foundation for large-model training and optimization on emerging accelerators.

📄 PDF Abstract BibTeX arXiv:2606.04847

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Sol Video Inference Engine: Agent-Native Full-Stack Acceleration Framework for Efficient Video Generation

2026-06-21 · Yitong Li, Junsong Chen, Haopeng Li, Haozhe Liu 외 arxiv

Modern video diffusion models achieve higher generation quality through scaling, but this also increases inference cost. Although many acceleration methods have been proposed, a central challenge is that the most effecti…

Video Generation

End-to-End Photo-Sketch Generation via Fully Convolutional Representation Learning

2015-01-28 · Liliang Zhang, Liang Lin, Xian Wu, Shengyong Ding 외

Sketch-based face recognition is an interesting task in vision and multimedia research, yet it is quite challenging due to the great difference between face photos and sketches. In this paper, we propose a novel approach…

Face RecognitionRepresentation Learning

Mage-Flow: An Efficient Native-Resolution Foundation Model for Image Generation and Editing

2026-07-21 · Xinjie Zhang, Peng Zhang, Shicheng Zheng, Jinghao Guo 외 arxiv

Large-scale visual generators are increasingly capable but costly to train, fine-tune, and deploy. We introduce Mage-Flow, a compact 4B-scale generative stack for efficient text-to-image generation and instruction-based …

Text-to-Image GenerationImage Editing

Simplifying Graph Kernels for Efficient

2025-07-04 · Lin Wang, Shijie Wang, Sirui Huang, Qing Li arxiv

While kernel methods and Graph Neural Networks offer complementary strengths, integrating the two has posed challenges in efficiency and scalability. The Graph Neural Tangent Kernel provides a theoretical bridge by inter…

Node Classification

KernelEvolve: Scaling Agentic Kernel Coding for Heterogeneous AI Accelerators at Meta

2025-12-29 · Gang Liao, Hongsen Qin, Ying Wang, Alicia Golden 외 arxiv

Making deep learning recommendation model (DLRM) training and inference fast and efficient is important. However, this presents three key system challenges - model architecture diversity, kernel primitive diversity, and …