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

52 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
  • GEMM
  • LayerNorm

More kernels are coming...