1
0

Updating README with resource links

This commit is contained in:
Nigel Barink 2024-10-03 21:00:51 +02:00
parent 8857db8abc
commit 3107ebe65c
Signed by: Nigel
GPG Key ID: 6893A31C2D84A9D2

View File

@ -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/)