From 51600749cc4e3215ebfefb12895bca02ce52197e Mon Sep 17 00:00:00 2001 From: Jason Lowe-Power Date: Fri, 22 May 2020 07:58:34 -0700 Subject: [PATCH] misc: Remove GCN3 as a build target This target currently doesn't compile, so remove it from the list of supported ISAs for the gem5-20 release. We can add this target back after the compilation errors have been fixed. Change-Id: I2b121824fcfee59b62d7d24600ddd0eece884c6b Signed-off-by: Jason Lowe-Power Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/29392 Maintainer: Jason Lowe-Power Reviewed-by: Bobby R. Bruce Tested-by: kokoro --- build_opts/GCN3_X86 | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 build_opts/GCN3_X86 diff --git a/build_opts/GCN3_X86 b/build_opts/GCN3_X86 deleted file mode 100644 index 21e3cf0e4..000000000 --- a/build_opts/GCN3_X86 +++ /dev/null @@ -1,5 +0,0 @@ -PROTOCOL = 'GPU_VIPER' -TARGET_ISA = 'x86' -TARGET_GPU_ISA = 'gcn3' -BUILD_GPU = True -CPU_MODELS = 'AtomicSimpleCPU,O3CPU,TimingSimpleCPU' -- 2.30.2