Putt Sakdhnagool

Results 4 comments of Putt Sakdhnagool

Thanks for the comment. The purpose of the hello world part was to quickly introduce the term "kernel" and how to compile CUDA program to the reader without introducing too...

Sorry, there is a typo in the code. There should not be `in` in the kernel launch. The correct code is ```c #include #include __global__ void cuda_hello(){ printf("Hello World from...

At this point, the code won't show any output. I mentioned that in **Putting things in actions** Section. The purpose of the hello world code is for comparing it with...