paper-with-me

Papers

CuBridge: An LLM-Based Framework for Understanding and Reconstructing High-Performance Attention Kernels

2026-05-06 · Xing Ma, Yangjie Zhou, Wu Sun, Zihan Liu, Jingwen Leng, Yun Lin, Shixuan Sun, Minyi Guo, Jin Song Dong arxiv

Efficient CUDA implementations of attention mechanisms are critical to modern deep learning systems, yet supporting diverse and evolving attention variants remains challenging. Existing frameworks and compilers trade performance for flexibility, while expert-written kernels achieve high efficiency but are difficult to adapt. Recent work explores large language models (LLMs) for GPU kernel generation, but prior studies report unstable correctness and significant performance gaps for complex operators such as attention. We present CuBridge, an LLM-based framework that adapts expert-written attention kernels through a structured lift-transfer-lower workflow. CuBridge starts from expert-written CUDA attention kernels and lifts them into an executable intermediate representation that makes execution orchestration explicit while abstracting low-level CUDA syntax. Given a user-provided PyTorch specification, CuBridge generates and verifies a target IR program, then reconstructs optimized CUDA code via reference-guided lowering. Across diverse attention variants and GPU platforms, CuBridge consistently produces correct kernels and substantially outperforms general frameworks, compiler-based approaches, and prior LLM-based methods.

📄 PDF Abstract BibTeX arXiv:2605.05023

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

High-Resolution Image Reconstruction With Latent Diffusion Models From Human Brain Activity

2023-01-01 · CVPR 2023 1 · Yu Takagi, Shinji Nishimoto

Reconstructing visual experiences from human brain activity offers a unique way to understand how the brain represents the world, and to interpret the connection between computer vision models and our visual system. …

DenoisingImage Reconstruction

Bayesian estimation of transmission networks for infectious diseases

2024-09-08 · Jianing Xu, Huimin Hu, Gregory Ellison, Lili Yu 외

Reconstructing transmission networks is essential for identifying key factors like superspreaders and high-risk locations, which are critical for developing effective pandemic prevention strategies. In this study, we dev…

C3G: Learning Compact 3D Representations with 2K Gaussians

2025-12-03 · Honggyu An, Jaewoo Jung, Mungyeom Kim, Chaehyun Kim 외 arxiv

Reconstructing and understanding 3D scenes from unposed sparse views in a feed-forward manner remains as a challenging task in 3D computer vision. Recent approaches use per-pixel 3D Gaussian Splatting for reconstruction,…

Novel View SynthesisScene Understanding

Decoding Realistic Images from Brain Activity with Contrastive Self-supervision and Latent Diffusion

2023-09-30 · Jingyuan Sun, Mingxiao Li, Marie-Francine Moens

Reconstructing visual stimuli from human brain activities provides a promising opportunity to advance our understanding of the brain's visual system and its connection with computer vision models. Although deep generativ…

Contrastive Learning

Autoregressive Semantic Visual Reconstruction Helps VLMs Understand Better

2025-06-10 · Dianyi Wang, Wei Song, Yikun Wang, Siyuan Wang 외

Typical large vision-language models (LVLMs) apply autoregressive supervision solely to textual sequences, without fully incorporating the visual modality into the learning process. This results in three key limitations:…

Image Generation