From 3107ebe65cb8a677d0cfe3c9b619c62448e9bd5e Mon Sep 17 00:00:00 2001 From: Nigel Barink Date: Thu, 3 Oct 2024 21:00:51 +0200 Subject: [PATCH] Updating README with resource links --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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/)