You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementation of Convolution function using CUDA.
CUDA is a parallel computing platform and application programming interface model created by Nvidia*. To check which GPU supports CUDA programming language. Supported GPU list
Compile and Run
nvcc -o kernel.out kernel.cu./kernel.out
About
Implementation of Convolution function using CUDA.