Hi,
I'm using Ubuntu 14.04.
1. Is there a way to use openMp and offload the parallel code into the GPU ? (intel HD graphics) ?
if yes:
2. which icc version do I need ? (can I do it with gcc ?)
3. which Intel processors are supported ?
Thanks
You might start by reading some of the white papers already posted by Intel which your search engine ought to flag, e.g.
https://software.intel.com/en-us/articles/how-to-offload-computation-to-intelr-graphics-technology
Perhaps the authors of the latter would answer as to whether there is released documentation, since they apparently presented on these subjects recently.
Ok, It seems that there is a solution for CILK.
But what about openmp ?
amit l. wrote:
Ok, It seems that there is a solution for CILK.
But what about openmp ?
That last URL I gave you states that the authors discussed OpenMP in their presentation. I don't know the details.
For more complete information about compiler optimizations, see our Optimization Notice.