Skip to content

Instantly share code, notes, and snippets.

@yogesh-desai
yogesh-desai / mp6.c
Last active January 3, 2019 18:27 — forked from wh5a/mp6.c
/*
* Title: 2D Image Convolution on GPU by using Shared Memory and Constant Memory.
*
* Image Size: 2048 X 2048
* Mask Size: 64 X 64
* TILE_WIDTH 32
*
*
* */
#include<stdio.h>