paper-with-me

Papers

Hawk: Harnessing Hardware-Aware Knowledge for High-Performance NPU Kernel Generation

2026-07-02 · Junyi Wen, Ruiyan Zhuang, Yongjia Xu, Pengtu Li, Rui Zou, Hongyi Chen, Chingman Wan, Puxu Yang, Wuhui Chen, Yanlin Wang arxiv

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.

📄 PDF Abstract BibTeX arXiv:2607.01590

Code (1)

NickDee96/ASR-TTS-paper-daily ★ 3

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

HawkEye: Advancing Robust Regression with Bounded, Smooth, and Insensitive Loss Function

2024-01-30 · Mushir Akhtar, M. Tanveer, Mohd. Arshad

Support vector regression (SVR) has garnered significant popularity over the past two decades owing to its wide range of applications across various fields. Despite its versatility, SVR encounters challenges when confron…

regression

HawkDrive: A Transformer-driven Visual Perception System for Autonomous Driving in Night Scene

2024-04-06 · Ziang Guo, Stepan Perminov, Mikhail Konenkov, Dzmitry Tsetserukou

Many established vision perception systems for autonomous driving scenarios ignore the influence of light conditions, one of the key elements for driving safety. To address this problem, we present HawkDrive, a novel per…

Autonomous DrivingDepth EstimationEdge-computingSegmentation+1

Self-Attentive Hawkes Process

2020-01-01 · ICML 2020 1 · Qiang Zhang, Aldo Lipani, Omer Kirnap, Emine Yilmaz

Capturing the occurrence dynamics is crucial to predicting which type of events will happen next and when. A common method to do this is Hawkes processes. To enhance their capacity, recurrent neural networks (RNNs) have …

Hawkeye: Change-targeted Testing for Android Apps based on Deep Reinforcement Learning

2023-09-04 · Chao Peng, Zhengwei Lv, Jiarong Fu, Jiayuan Liang 외

Android Apps are frequently updated to keep up with changing user, hardware, and business demands. Ensuring the correctness of App updates through extensive testing is crucial to avoid potential bugs reaching the end use…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning

HawkBench: Investigating Resilience of RAG Methods on Stratified Information-Seeking Tasks

2025-02-19 · Hongjin Qian, Zheng Liu, Chao GAO, Yankai Wang 외

In real-world information-seeking scenarios, users have dynamic and diverse needs, requiring RAG systems to demonstrate adaptable resilience. To comprehensively evaluate the resilience of current RAG methods, we introduc…

RAG