paper-with-me

Papers

GPU Kernels for Block-Sparse Weights

2017-12-01 · OpenAi 2017 12 · Scott Gray, Alec Radford and Diederik P. Kingma

We’re releasing highly optimized GPU kernels for an underexplored class of neural network architectures: networks with block-sparse weights. The kernels allow for efficient evaluation and differentiation of linear layers, including convolutional layers, with flexibly configurable block-sparsity patterns in the weight matrix. We find that depending on the sparsity, these kernels can run orders of magnitude faster than the best available alternatives such as cuBLAS. Using the kernels we improve upon the state-of-the-art in text sentiment analysis and generative modeling of text and images. By releasing our kernels in the open we aim to spur further advancement in model and algorithm design.

📄 PDF Abstract BibTeX

Code (1)

openai/blocksparse tf

Tasks

GPUSentiment Analysis

Similar Papers 제목 키워드 기반

WiSparse: Boosting LLM Inference Efficiency with Weight-Aware Mixed Activation Sparsity

2026-02-16 · Lei Chen, Yuan Meng, Xiaoyu Zhan, Zhi Wang 외 arxiv

Large Language Models (LLMs) offer strong capabilities but incur high inference costs due to dense computation and memory access. Training-free activation sparsity is a promising approach for efficient LLM inference, yet…

Hilbert-Guided Sparse Local Attention

2025-11-08 · Yunge Li, Lanyu Xu arxiv

The quadratic compute and memory costs of global self-attention severely limit its use in high-resolution images. Local attention reduces complexity by restricting attention to neighborhoods. Block-sparse kernels can fur…

Interleaved Structured Sparse Convolutional Neural Networks

2018-06-01 · CVPR 2018 6 · Guotian Xie, Jingdong Wang, Ting Zhang, Jian-Huang Lai 외

In this paper, we study the problem of designing efficient convolutional neural network architectures with the interest in eliminating the redundancy in convolution kernels. In addition to structured sparse kernels, low-…

IGCV$2$: Interleaved Structured Sparse Convolutional Neural Networks

2018-04-17 · Guotian Xie, Jingdong Wang, Ting Zhang, Jian-Huang Lai 외

In this paper, we study the problem of designing efficient convolutional neural network architectures with the interest in eliminating the redundancy in convolution kernels. In addition to structured sparse kernels, low-…

Block-Sparse Recurrent Neural Networks

2017-11-08 · ICLR 2018 1 · Sharan Narang, Eric Undersander, Gregory Diamos

Recurrent Neural Networks (RNNs) are used in state-of-the-art models in domains such as speech recognition, machine translation, and language modelling. Sparsity is a technique to reduce compute and memory requirements o…

Language ModellingMachine Translationspeech-recognitionSpeech Recognition+1