[Libclc-dev] [PATCH] Provide symlink to amdgcn LLVM IR bytecode for Tonga GPUs
Tom Stellard via Libclc-dev
libclc-dev at lists.llvm.org
Tue Dec 15 10:40:29 PST 2015
On Thu, Dec 10, 2015 at 08:57:07PM +0100, Vedran Miletić via Libclc-dev wrote:
> Hi,
>
> the attached patch adds generation of an additional symlink to amdgcn
> LLVM IR bytecode, used by Tonga GPU.
>
> Hope it can be merged.
>
Pushed, thanks.
-Tom
> Regards,
> Vedran
>
> --
> Vedran Miletić
> http://vedranmileti.ch/
> diff --git a/configure.py b/configure.py
> index 287f87f..93ff839 100755
> --- a/configure.py
> +++ b/configure.py
> @@ -96,7 +96,7 @@ available_targets = {
> {'gpu' : 'barts', 'aliases' : ['turks', 'caicos']},
> {'gpu' : 'cayman', 'aliases' : ['aruba']}]},
> 'amdgcn--': { 'devices' :
> - [{'gpu' : 'tahiti', 'aliases' : ['pitcairn', 'verde', 'oland', 'hainan', 'bonaire', 'kabini', 'kaveri', 'hawaii','mullins']}]},
> + [{'gpu' : 'tahiti', 'aliases' : ['pitcairn', 'verde', 'oland', 'hainan', 'bonaire', 'kabini', 'kaveri', 'hawaii', 'mullins', 'tonga']}]},
> 'nvptx--' : { 'devices' : [{'gpu' : '', 'aliases' : []}]},
> 'nvptx64--' : { 'devices' : [{'gpu' : '', 'aliases' : []}] },
> 'nvptx--nvidiacl' : { 'devices' : [{'gpu' : '', 'aliases' : []}] },
> _______________________________________________
> Libclc-dev mailing list
> Libclc-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/libclc-dev
More information about the Libclc-dev
mailing list