activity
20192026
most citedAutomatic Kernel Generation for Volta Tensor Cores

13 citations · 15 across the 6 of their papers we have counts for

collaborators
Showing cs.PLShow all

7 papers · 1 filter

cs.PL2026

On Thread Convergence

Vinod Grover, Manjunath Kudlur

We introduce a notion of convergence for the nodes and edges of a control-flow graph that captures whether a barrier placed at that location is guaranteed to synchronize all thread…

cs.PL2025

A Performance Model for Warp Specialization Kernels

Zhengyang Liu, Vinod Grover

This paper presents a performance model tailored for warp specialization kernels, focusing on factors such as warp size, tilling size, input matrix size, memory bandwidth, and thre…

cs.PL20221 cited

Axon: A Language for Dynamic Shapes in Deep Learning Graphs

Alexander Collins, Vinod Grover

Axon is a language that enables shape and rank inference for tensors in a Deep Learning graphs. It aims to make shapes implicit and inferred, in a similar manner to how types are i…

cs.PL2020

Probabilistic Programming with CuPPL

Alexander Collins, Vinod Grover

Probabilistic Programming Languages (PPLs) are a powerful tool in machine learning, allowing highly expressive generative models to be expressed succinctly. They couple complex inf…

cs.PL202013 cited

Automatic Kernel Generation for Volta Tensor Cores

Somashekaracharya G. Bhaskaracharya, Julien Demouth, Vinod Grover

A commonly occurring computation idiom in neural networks is to perform some pointwise operations on the result of a matrix multiplication. Such a sequence of operations is typical…

cs.PL2020

Fireiron: A Scheduling Language for High-Performance Linear Algebra on GPUs

Bastian Hagedorn, Archibald Samuel Elliott, Henrik Barthels +2

Achieving high-performance GPU kernels requires optimizing algorithm implementations to the targeted GPU architecture. It is of utmost importance to fully use the compute and memor…