paper-with-me

Papers

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

2026-08-21 · Jinghao Wang, Qiqi Gu, Chenpeng Wu, Jianguo Yao, Haibing Guan, Xijun Li arxiv

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 optimization has become increasingly important. Existing LLM-based methods typically optimize within a fixed implementation space, limiting either optimization flexibility or search efficiency. We propose \textsc{HIERA}, a hierarchical search-space planning framework for GPU kernel optimization. \textsc{HIERA} constructs contract-augmented task specifications, selects an appropriate implementation space across PyTorch operators, CUDA libraries, and custom CUDA kernels, and uses profiling feedback and expert knowledge to guide structured iterative refinement. Experiments on KernelBench across multiple various workload levels and base LLMs show that \textsc{HIERA} delivers stronger overall implementation validity, sample efficiency, and optimization performance than existing training-free methods, while remaining competitive with the training-based CUDA-L1 without additional model training. A case study on a specialized stencil operator from scientific computing further achieves a \(1.53\times\) speedup over cuDNN, demonstrating the potentiality of the general framework beyond standard machine-learning workloads.

📄 PDF Abstract BibTeX arXiv:2608.21157

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PAT: Accelerating LLM Decoding via Prefix-Aware Attention with Resource Efficient Multi-Tile Kernel

2025-11-27 · Jinjun Yi, Zhixin Zhao, Yitao Hu, Ke Yan 외 arxiv

LLM serving is increasingly dominated by decode attention, which is a memory-bound operation due to massive KV cache loading from global memory. Meanwhile, real-world workloads exhibit substantial, hierarchical shared pr…

ST-Lite: Training-Free KV Cache Compression with Spatio-Trajectory Guidance for Long-Horizon GUI Agents

2026-02-27 · Bowen Zhou, Zhou Xu, Wanli Li, Jingyu Xiao 외 arxiv

Training-free KV cache compression is essential for deploying vision-language GUI agents under memory and latency constraints, yet existing methods are designed for generic language workloads and ignore the distinctive s…

Constraint-Aware Execution Planning for Hybrid Space-Ground Compute Workloads

2026-03-04 · Subhadip Mitra arxiv

Low Earth orbit (LEO) satellites increasingly carry compute hardware capable of on-board processing, yet each satellite generates roughly two orders of magnitude more data than it can downlink per orbit. This mismatch fo…

MDCPP: Multi-robot Dynamic Coverage Path Planning for Workload Adaptation

2025-09-28 · Jun Chen, Mingjia Chen, Shinkyu Park arxiv

Multi-robot Coverage Path Planning (MCPP) addresses the problem of computing paths for multiple robots to effectively cover a large area of interest. Conventional approaches to MCPP typically assume that robots move at f…

From Loop Nests to Silicon: Mapping AI Workloads onto AMD NPUs with MLIR-AIR

2025-10-16 · Erwei Wang, Samuel Bayliss, Andra Bisca, Zachary Blair 외 arxiv

General-purpose compilers abstract away parallelism, locality, and synchronization, limiting their effectiveness on modern spatial architectures. As modern computing architectures increasingly rely on fine-grained contro…