Skip to content

Implement image blur as a GPU kernel using CUDA

Notifications You must be signed in to change notification settings

yanji84/cuda-blur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cuda-blur

A practice of running image blur operation on GPU using CUDA with thread blocks of size of 256 threads per block. RGB channels are separated into contiguous memory blocks separately to facilitate performance

About

Implement image blur as a GPU kernel using CUDA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published