Re: [PATCH 06/10] GCN back-end config

2018-11-20 Thread Jeff Law
On 11/16/18 9:28 AM, Andrew Stubbs wrote: > This patch contains the configuration adjustments needed to enable the GCN > back-end. > > The new configure check for dlopen is required to allow building the new > gcn-run tool. This tool uses libdl to load the HSA runtime libraries, which > are requi

Re: [PATCH 06/10] GCN back-end config

2018-11-20 Thread Andrew Stubbs
On 16/11/2018 17:44, Joseph Myers wrote: On Fri, 16 Nov 2018, Andrew Stubbs wrote: * config.sub: Recognize amdgcn*-*-amdhsa. config.sub should be copied from upstream config.git (along with config.guess at the same time), once the support has been added there; it shouldn't be patched

Re: [PATCH 06/10] GCN back-end config

2018-11-16 Thread Joseph Myers
On Fri, 16 Nov 2018, Andrew Stubbs wrote: > * config.sub: Recognize amdgcn*-*-amdhsa. config.sub should be copied from upstream config.git (along with config.guess at the same time), once the support has been added there; it shouldn't be patched locally in GCC. -- Joseph S. Myers jos...

[PATCH 06/10] GCN back-end config

2018-11-16 Thread Andrew Stubbs
This patch contains the configuration adjustments needed to enable the GCN back-end. The new configure check for dlopen is required to allow building the new gcn-run tool. This tool uses libdl to load the HSA runtime libraries, which are required to run programs on the GPU. The tool is disabled