anmolpanda / CUDA-demo

Simple vector add kernel and vector multiply kernel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CUDA-demo

Simple vector add kernel and vector multiply kernel

Comparison of CPU-bound C implementations and GPU-enabled CUDA implementations. *.c files are cpu-bound. *.cu files use the gpu.

About

Simple vector add kernel and vector multiply kernel

License:MIT License


Languages

Language:Cuda 60.2%Language:C 36.4%Language:Makefile 3.4%