Skip to content
Snippets Groups Projects
  • Andrew Stubbs's avatar
    7431c1a1
    GCN back-end config · 7431c1a1
    Andrew Stubbs authored
    
    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 if libdl is not
    available.
    
    2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
    	    Kwok Cheung Yeung  <kcy@codesourcery.com>
    	    Julian Brown  <julian@codesourcery.com>
    	    Tom de Vries  <tom@codesourcery.com>
    	    Jan Hubicka  <hubicka@ucw.cz>
    	    Martin Jambor  <mjambor@suse.cz>
    
    	* configure.ac: Likewise.
    	* configure: Regenerate.
    	* contrib/config-list.mk: Add amdgcn-amdhsa.
    
    	gcc/
    	* config.gcc: Add amdgcn*-*-amdhsa configuration.
    	* configure.ac: Check for dlopen.
    	* configure: Regenerate.
    
    
    Co-Authored-By: default avatarJan Hubicka <hubicka@ucw.cz>
    Co-Authored-By: default avatarJulian Brown <julian@codesourcery.com>
    Co-Authored-By: default avatarKwok Cheung Yeung <kcy@codesourcery.com>
    Co-Authored-By: default avatarMartin Jambor <mjambor@suse.cz>
    Co-Authored-By: default avatarTom de Vries <tom@codesourcery.com>
    
    From-SVN: r268024
    7431c1a1
    History
    GCN back-end config
    Andrew Stubbs authored
    
    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 if libdl is not
    available.
    
    2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
    	    Kwok Cheung Yeung  <kcy@codesourcery.com>
    	    Julian Brown  <julian@codesourcery.com>
    	    Tom de Vries  <tom@codesourcery.com>
    	    Jan Hubicka  <hubicka@ucw.cz>
    	    Martin Jambor  <mjambor@suse.cz>
    
    	* configure.ac: Likewise.
    	* configure: Regenerate.
    	* contrib/config-list.mk: Add amdgcn-amdhsa.
    
    	gcc/
    	* config.gcc: Add amdgcn*-*-amdhsa configuration.
    	* configure.ac: Check for dlopen.
    	* configure: Regenerate.
    
    
    Co-Authored-By: default avatarJan Hubicka <hubicka@ucw.cz>
    Co-Authored-By: default avatarJulian Brown <julian@codesourcery.com>
    Co-Authored-By: default avatarKwok Cheung Yeung <kcy@codesourcery.com>
    Co-Authored-By: default avatarMartin Jambor <mjambor@suse.cz>
    Co-Authored-By: default avatarTom de Vries <tom@codesourcery.com>
    
    From-SVN: r268024