Skip to content

Instantly share code, notes, and snippets.

View amilich's full-sized avatar
🥴

Andrew Milich amilich

🥴
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