Skip to content

Some common CUDA kernel implementations (Not the fastest).

Notifications You must be signed in to change notification settings

KarhouTam/cuda-kernels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUDA-kernels

Some records of personal CUDA kernel implementations. These implementations are not best optimized and mainly for learning purposes.

Kernels

  • Softmax
  • ReLU
  • GeLU
  • GEMM
  • Layer Normalization
  • Multi Head Self Attention
  • Matrix Transpose

More kernels are coming...