Wednesday, March 17, 2010

Very simple OpenCL example

This blog post has been moved HERE

.

2 comments:

  1. This program produces segmentation fault on linux with NVidia 9800 GT

    ReplyDelete
  2. 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.

    ReplyDelete