Skip to content

Hyaloid/CUDA-kernels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUDA-kernels

This repository is dedicated to recording and maintaining a set of commonly used CUDA kernels.
The goal is to provide simple and easy-to-understand implementations for reference and practice.

Supported Kernels

  • Element Wise Add
  • Inclusive Prefix Sum
  • Softmax
  • ReLu
  • Sgemm

This list will be continuously updated as more kernels are added.

Usage

cd CUDA-KERNELS
pip install -e .

cd kernels/$KERNEL_FOLDER
python setup.py install

python test.py

About

This repo is for common cuda kernels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors