Laz4rz / CUDA-C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CUDA-C

Compiling and running files

To compile use nvcc compiler provided in CUDA toolkit

nvcc filename.cu -o filename

Run

./filename

Timing

time ./filename

Profiling

CUDA files

nvprof ./filename

About


Languages

Language:Cuda 85.6%Language:C 14.4%