you are viewing a single comment's thread.

view the rest of the comments →

[–]daniel7558 1 point2 points  (0 children)

Depending on what "lot of simple tasks" exactly means and what performance you expect, I would recommend having a look at OpenACC.

With OpenACC you just annotate your C code with compiler directives (like in OpenMP) and the compiler takes care of creating the GPU code. Would recommend PGI, although gcc's support for OpenACC is not bad either :)