Remove gfx801 "carrizo" support
authorAndrew Stubbs <ams@codesourcery.com>
Mon, 3 Feb 2020 15:02:22 +0000 (15:02 +0000)
committerAndrew Stubbs <ams@codesourcery.com>
Mon, 3 Feb 2020 17:23:18 +0000 (17:23 +0000)
commit591f869ad70ba2b5cf1d8a8b57529142cc0d0554
treebc964976f6ae43ea9e75385fadfcc3a5e3eca247
parent3539fc1317267b30eb7c4ad48d52f4e46b3a198a
Remove gfx801 "carrizo" support

2020-02-03  Andrew Stubbs  <ams@codesourcery.com>

gcc/
* config.gcc: Remove "carrizo" support.
* config/gcn/gcn-opts.h (processor_type): Likewise.
* config/gcn/gcn.c (gcn_omp_device_kind_arch_isa): Likewise.
* config/gcn/gcn.opt (gpu_type): Likewise.
* config/gcn/t-omp-device: Likewise.

libgomp/
* plugin/plugin-gcn.c (EF_AMDGPU_MACH_AMDGCN_GFX801): Remove.
(gcn_gfx801_s): Remove.
(isa_hsa_name): Remove gfx801.
(isa_gcc_name): Remove gfx801/carizzo.
(isa_code): Remove gfx801.
gcc/ChangeLog
gcc/config.gcc
gcc/config/gcn/gcn-opts.h
gcc/config/gcn/gcn.c
gcc/config/gcn/gcn.opt
gcc/config/gcn/t-omp-device
libgomp/ChangeLog
libgomp/plugin/plugin-gcn.c