The reviewed record of science sign in
Pith

arxiv: 2402.00025 · v2 · pith:JNDKID67 · submitted 2024-01-05 · cs.DC · cs.AI

Accelerating a Triton Fused Kernel for W4A16 Quantized Inference with SplitK work decomposition

Reviewed by Pithpith:JNDKID67open to challenge →

classification cs.DC cs.AI
keywords matrixfusedimprovementinferencekernelaveragedecompositionfound
0
0 comments X
read the original abstract

We propose an implementation of an efficient fused matrix multiplication kernel for W4A16 quantized inference, where we perform dequantization and GEMM in a fused kernel using a SplitK work decomposition. Our implementation shows improvement for the type of skinny matrix-matrix multiplications found in foundation model inference workloads. In particular, this paper surveys the type of matrix multiplication between a skinny activation matrix and a square weight matrix. Our results show an average of 65% speed improvement on A100, and an average of 124% speed improvement on H100 (with a peak of 295%) for a range of matrix dimensions including those found in a llama-style model, where m < n = k.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. HASTE: Hardware-Aware Dynamic Sparse Training for Large Output Spaces

    cs.LG 2026-05 unverdicted novelty 7.0

    HASTE proposes group-shared fixed fan-in sparsity and dense-sparse output decomposition to deliver up to 25x backward speedup and near-dense precision in large-scale XMC.