Hawk: Harnessing Hardware-Aware Knowledge for High-Performance NPU Kernel Generation
Quick Answer
Hawk is a training-free framework that enhances NPU kernel generation accuracy from 49.4% to 80.0% and achieves up to 2.2x speedup over existing methods by leveraging hardware-aware knowledge through three innovative modules.
Quick Take
Hawk is a training-free framework that enhances NPU kernel generation accuracy from 49.4% to 80.0% and achieves up to 2.2x speedup over existing methods by leveraging hardware-aware knowledge through three innovative modules.
Key Points
- Introduces three core modules for hardware-aware NPU kernel generation.
- Run-Time Knowledge Synthesis couples error context with executable semantics.
- Bottleneck-Aware Knowledge Retrieval projects queries into aligned semantic spaces.
- Effect-Driven Knowledge Distillation prunes errors based on execution feedback.
- Real-world evaluations show significant improvements in accuracy and execution speed.
Paper Resources
Article Content
From source RSS / original summaryarXiv:2607. 01590v1 Announce Type: new Abstract: Developing high-performance kernels for Neural Processing Units (NPUs) is a critical industry bottleneck, requiring developers to manually navigate implicit hardware constraints and strict memory hierarchies. While large language models offer immense automation potential, they fail catastrophically on NPUs due to a fundamental lack of hardware-specific priors.
Naively transplanting code snippets from similar NPU kernels may pass the compiler, but it consistently triggers runtime crashes and performance degradation by blindly violating underlying hardware constraints.
To overcome this, we introduce Hawk, a training-free framework that harnesses hardware-aware knowledge through three core modules: (1) Run-Time Knowledge Synthesis Module, which employs a Triple-Part Executable Knowledge Representation to inherently couple the error context with executable semantics; (2) Bottleneck-Aware Knowledge Retrieval Module, which implements a 2D-Retrieval paradigm to project queries into orthogonal syntactic and hardware-aligned semantic spaces; and (3) Effect-Driven Knowledge Distillation Module, which leverages LLM-driven semantic arbitration to continuously distill the knowledge by pruning errors and consolidating redundancies based on the empirical execution feedback.
Extensive evaluations on real-world NPU workloads demonstrate that Hawk elevates generation accuracy from 49. 4% to 80. 0%, while achieving up to a 2. 2x execution speedup over state-of-the-art baselines.
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from arXiv cs.AI
See more →Procedural Memory Distillation: Online Reflection for Self-Improving Language Models
Procedural Memory Distillation (PMD) enhances reinforcement learning by converting cross-episode signals into reusable memory, improving Qwen3-8B and OLMo3-Instruct-7B models by 3.8-5.5% on SCIKNOWEVAL and 7.9-13.6% on . The co-evolution of policy and memory allows for more effective self-supervision, demonstrating significant performance gains when both components are active.


