Based on code by Ingemar Ragnemalm (http://computer-graphics.se/hello-world-for-cuda.html), modified by Andreas Herten
Original code by Ingemar Ragnemalm (http://computer-graphics.se/hello-world-for-cuda.html)
Modified by Andreas Herten (mostly: error checks)
The string Hello is printed, then transferred to the GPU and every character shifted to form string World in parallel. The string is then transferred back and printed.
The string Hello is printed, then transferred to the GPU and every character shifted to form string World in parallel. The string is then transferred back and printed.