diff --git a/README.md b/README.md index b4098bd..46e9436 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ -# Practicing CUDA -## Doing some parallel compute on the GPU +# Parallel Compute with Graphics cards +## Learning to do some GPU programming +![CUDA](https://developer-blogs.nvidia.com/wp-content/uploads/2017/01/CUDA-Blog-Image-1000x600-1.jpg) +### Resources +[GPU-Puzzles](https://github.com/srush/GPU-Puzzles) +[Tensor-Puzzles](https://github.com/srush/Tensor-Puzzles) +[Accelerated Ray Tracing in One Weekend in CUDA](https://developer.nvidia.com/blog/accelerated-ray-tracing-cuda/) +[An even easier introduction to CUDA](https://developer.nvidia.com/blog/even-easier-introduction-cuda/)