PulseAugur
EN
LIVE 06:32:17

New frameworks optimize GPU kernels for deep learning and HPC · 3 sources tracked

Three new research papers introduce advanced frameworks for optimizing GPU kernels, crucial for deep learning and high-performance computing. HIERA focuses on workload-aware planning across different implementation spaces like PyTorch and CUDA, demonstrating improved efficiency and performance. AsmEvo tackles optimization at the assembly level for AMD GPUs, verifying functional equivalence and achieving significant speedups on production workloads. KernelArc employs a multi-agent framework for autonomous optimization on NVIDIA GPUs, achieving top rankings on benchmark leaderboards by coordinating specialized agents. AI

IMPACT These advancements in GPU kernel optimization are critical for accelerating AI model training and inference, potentially leading to faster and more efficient AI systems.

RANK_REASON Three academic papers introducing novel frameworks for GPU kernel optimization.

Read on arXiv cs.MA (Multiagent) →

AI-generated summary · Google Gemini · from 3 sources. How we write summaries →

New frameworks optimize GPU kernels for deep learning and HPC · 3 sources tracked

COVERAGE [3]

  1. arXiv cs.AI TIER_1 English(EN) · Jinghao Wang, Qiqi Gu, Chenpeng Wu, Jianguo Yao, Haibing Guan, Xijun Li ·

    HIERA: Workload-Aware Planning Across Implementation Spaces for GPU Kernel Optimization

    arXiv:2608.21157v1 Announce Type: cross Abstract: High-performance GPU kernels underpin modern deep learning and scientific computing. As workloads become increasingly diverse and GPU hardware evolves rapidly, developing efficient methods for automated GPU kernel generation and o…

  2. arXiv cs.CL TIER_1 English(EN) · Ji Liu, Puyuan Yang, Rongzhang Zheng, Fan Wang, Jinglin Wang, Muhammad A. Awad, Mortis Huang, Andy Chang, Zekai Li, Zeping Li, Zihao An, Yue Liu, Yuchen Yang, Jianghui Wang, Chushi Chen, Ziqiong Liu, Fuwei Yang, Dong Li, Wen Heng Chung, Shengcai Liu, Ema… ·

    AsmEvo: Agentic Assembly-Level Optimization of AMD GPU Kernels with Functional Equivalence Verification

    arXiv:2608.20711v1 Announce Type: new Abstract: High-performance ML systems increasingly rely on GPU kernels whose editable source is unavailable, generated, or too distant from final machine code to expose remaining optimizations. Existing LLM kernel optimizers and autotuners ma…

  3. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Ludovic Denoyer ·

    KernelArc: A Multi-Agent Framework for GPU Kernel Optimization

    We present KernelArc, a multi-agent framework for autonomous GPU kernel optimization across heterogeneous workloads. Strategy-specialized agents run in parallel and coordinate through conclusions-only shared memory, a deterministic benchmark guard, and read-only cross-agent state…