braedy / cuda_intro

CUDA kernels solving various problem sets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cuda_intro

This project reflects continuing work and projects I undertake during a course on parallel programming written by NVIDIA.

Technologies: C++, NVIDIA CUDA.

Kernels are written for image processing, making use of 2D kernel block and grid layouts. The code is executed through Udacity's portal due to not currently having access to a cuda-capable device. All source material is provided, including results/outputs.

About

CUDA kernels solving various problem sets


Languages

Language:C++ 50.1%Language:Cuda 41.1%Language:Makefile 5.8%Language:CMake 2.1%Language:C 0.9%