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
Developed a GPU-accelerated 2D Convolution Engine in C++/CUDA, implementing core operations used in Computer Vision and Deep Learning.
Optimized with shared memory and tiling, benchmarked against CPU for significant performance gains.