Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 279 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 279 Bytes

CUDA Implementations

CUDA implementations on codes for understanding the GPU architecture and how a c or cpp code can be converted to a cuda-ready code.

To compile a CUDA code :

nvcc filename.cu -o filename

For profiling a CUDA code :

nvprof ./filename.exe