Re: [hsa 1/12] Configuration and offloading-related changes

2015-11-09 Thread Martin Jambor
On Thu, Nov 05, 2015 at 10:47:15PM +, Joseph Myers wrote: > On Thu, 5 Nov 2015, Martin Jambor wrote: > > > libgomp plugin to be built. Because the plugin needs to use HSA > > run-time library, I have introduced options --with-hsa-runtime (and > > more precise --with-hsa-include and --with-hsa

Re: [hsa 1/12] Configuration and offloading-related changes

2015-11-05 Thread Joseph Myers
On Thu, 5 Nov 2015, Martin Jambor wrote: > libgomp plugin to be built. Because the plugin needs to use HSA > run-time library, I have introduced options --with-hsa-runtime (and > more precise --with-hsa-include and --with-hsa-lib) to help find it. New configure options should be documented in in

[hsa 1/12] Configuration and offloading-related changes

2015-11-05 Thread Martin Jambor
Hi, this patch contains changes to the configuration mechanism and offload bits, so that users can build compilers with HSA support and it plays nicely with other accelerators despite using an altogether different implementation approach. With this patch, the user can request HSA support by inclu