paper-with-me

홈 › Papers

Sawtooth Wavefront Reordering: Enhanced CuTile FlashAttention on NVIDIA GB10

2026-01-22 · Yifan Zhu, Yekai Pan, Chen Ding arxiv

High-performance attention kernels are essential for Large Language Models. This paper presents analysis of CuTile-based Flash Attention memory behavior and a technique to improve its cache performance. In particular, our analysis on the NVIDIA GB10 (Grace Blackwell) identifies the main cause of L2 cache miss. Leveraging this insight, we introduce a new programming technique called Sawtooth Wavefront Reordering that reduces L2 misses. We validate it in both CUDA and CuTile, observing 50\% or greater reduction in L2 misses and up to 60\% increase in throughput on GB10.

📄 PDF Abstract BibTeX arXiv:2601.16032

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Evaluating CUDA Tile for AI Workloads on Hopper and Blackwell GPUs

2026-04-25 · Divakar Kumar Yadav, Tian Zhao, Deepak Kumar arxiv

NVIDIA's CUDA Tile (CuTile) introduces a Python-based, tile-centric abstraction for GPU kernel development that aims to simplify programming while retaining Tensor Core and Tensor Memory Accelerator (TMA) efficiency on m…

TiledAttention: a CUDA Tile SDPA Kernel for PyTorch

2026-03-02 · Taimur Khan arxiv

TiledAttention is a scaled dot-product attention (SDPA) forward operator for SDPA research on NVIDIA GPUs. Implemented in cuTile Python (TileIR) and exposed as a PyTorch-callable function, it is easier to modify than low…

FlashAttention for Scalable Vector Architectures

2026-08-19 · Sonia Rani Gupta, Nikela Papadopoulou, Miquel Pericàs arxiv

Inference with transformer models on CPUs is increasingly important, especially for Small Language Models (SLMs), where vector architectures are emerging as a promising execution substrate. The attention module is a majo…

HiFA4: Training-Free 4-bit FlashAttention on Ascend HIF4 NPUs for LLM Inference

2026-07-05 · Hui Dong, Yanzhao Li, Jie Gao, Chunlu Li 외 arxiv

We present HiFA4, a post-training operator-level design that executes both QK^T and PV in FlashAttention as 4-bit HIF4 Cube GEMMs for LLM inference on Ascend NPUs, while maintaining the online softmax state in FP16. To o…

Using Wordnet to Improve Reordering in Hierarchical Phrase-Based Statistical Machine Translation

2016-01-01 · GWC 2016 1 · Arefeh Kazemi, Antonio Toral, Andy Way

We propose the use of WordNet synsets in a syntax-based reordering model for hierarchical statistical machine translation (HPB-SMT) to enable the model to generalize to phrases not seen in the training data but that have…

Machine TranslationTranslation