Skip to content

Implementation of "Sparse GPU Kernels for Deep Learning" paper.

Notifications You must be signed in to change notification settings

luckylsk34/Sparse-Kernels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sparse-Kernels

Implementation of "Sparse GPU Kernels for Deep Learning" paper.

This code is based on Google Sputnik.

Build

In the kernels folder, run the following commands to build and run the benchmark.

mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j12

The benchmark files will be created in build/sparsekernelfolder.

You can use this Colab link to Build and run the benchmarks.

About

Implementation of "Sparse GPU Kernels for Deep Learning" paper.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published