Skip to content

Instantly share code, notes, and snippets.

View gautambak's full-sized avatar

Gautam gautambak

View GitHub Profile
@gautambak
gautambak / gist:2836941
Created May 30, 2012 15:19
cuda memory example
// CUDA-C includes
#include <cuda.h>
#include <stdio.h>
#include "../common/book.h"
extern "C"
int runCudaPart();
// CODE goes below