Skip to content

KD-3/CUDA_C_CPP_implementations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementations using CUDA on C, C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published