NeonHo / 2d-Convolution-CUDA

This is a simple 2d convolution written in cuda c which uses shared memory for better performance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2d-Convolution-CUDA

This is a simple 2d convolution written in cuda c which uses shared memory for better performance

Curerntly used the block size as 32 and image dimensions 512 x 512 with kernel dimension 3 x 3

Do update the block size also while changing the image dimensions to see if enough threads are allocated.

About

This is a simple 2d convolution written in cuda c which uses shared memory for better performance


Languages

Language:Cuda 100.0%