CUDA is a parallel computing platform and programming model that makes using a GPU for general purpose computing simple and elegant.
Here Documents my journey in learning of Accelerated Computation using CUDA. I use “CUDA By Example”. This book was written at the time when it was CUDA 3.0. As of writing is excerpt, it was already CUDA 10.
With the little background I have in C++, I will also adapt the given examples in the book to my understanding using libraries also used in basic C++.
I want to share what I have learnt and understood. From the documentation of having build a DIY PC specifically to learn and use CUDA to doing mini-projects, here is my journey…….