Skip to content

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

Notifications You must be signed in to change notification settings

krunal1313/2d-Convolution-CUDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages