Re: [hsa 3/12] HSA libgomp plugin

2015-11-09 Thread Martin Jambor
Hi, On Thu, Nov 05, 2015 at 10:47:44PM +, Joseph Myers wrote: > This new file should have the standard libgomp copyright / license notice. > Oops, thanks for pointing this out. I am about to commit the following remedy to the branch. Thanks, Martin 2015-11-09 Martin Jambor *

Re: [hsa 3/12] HSA libgomp plugin

2015-11-05 Thread Joseph Myers
This new file should have the standard libgomp copyright / license notice. -- Joseph S. Myers jos...@codesourcery.com

[hsa 3/12] HSA libgomp plugin

2015-11-05 Thread Martin Jambor
Hi, the patch below adds the HSA-specific plugin for libgomp. The plugin implements the interface mandated by libgomp and takes care of finding any available HSA devices, finalizing HSAIL code and running it on HSA-capable GPUs. The plugin does not really implement any data movement functions (i