Skip to content
Snippets Groups Projects
Commit 4f36ce1f authored by Andreas Herten's avatar Andreas Herten
Browse files

Change disclaimer to clarify author

parent 81c52301
No related branches found
No related tags found
No related merge requests found
/* /*
########################## ##########################
CUDA Hello World! CUDA Hello World!
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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment