diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..b3f19f25d7cc8bc5a93555d3cad5e9ba9e5509d5 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# CUDA Hello World + +Simple example which prints `Hello World` using CUDA and the GPU. Original code by [Ingemar Ragnemalm](http://computer-graphics.se/hello-world-for-cuda.html), extended to include error-checking macros.