Wednesday, March 17, 2010

Very simple OpenCL example

This blog post has been moved HERE

.

2 comments:

Anonymous said...

This program produces segmentation fault on linux with NVidia 9800 GT

Anonymous said...

That's because the program tries to read beyond the input string. Note that it reads and writes 100 characters, even though that's a lot longer than the Hello World input string.