Skip to content

Maharshi-Pandya/cudacodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cudacodes

This repository contains my learnings and programs related to CUDA in C/C++ in no particular order. Any/every directory here will contain code(s) related to any topic. The codes will be heavily commented as well so anyone going through it would know what it is doing.

Non-exhaustive list of codes

  • softmax: Contains the kernels for naive, online, and optimized softmax operation.
  • matmul: Contains the kernels for tiled matrix multiplication for 2D matrices.
  • query-device: Contains the code for querying the device (GPU) properties.

About

Learnings and programs related to CUDA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published