Skip to content

Instantly share code, notes, and snippets.

View Dx-Machina's full-sized avatar

Youssef Hegazy Dx-Machina

View GitHub Profile
@dpiponi
dpiponi / example.cu
Created December 20, 2011 17:36
Minimal CUDA example (with helpful comments).
#include <stdio.h>
//
// Nearly minimal CUDA example.
// Compile with:
//
// nvcc -o example example.cu
//
#define N 1000