Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 569 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 569 Bytes

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.