misc: Remove GCN3 as a build target
authorJason Lowe-Power <jason@lowepower.com>
Fri, 22 May 2020 14:58:34 +0000 (07:58 -0700)
committerJason Lowe-Power <power.jg@gmail.com>
Sat, 23 May 2020 01:09:04 +0000 (01:09 +0000)
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 <jason@lowepower.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/29392
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Tested-by: kokoro <noreply+kokoro@google.com>
build_opts/GCN3_X86 [deleted file]

diff --git a/build_opts/GCN3_X86 b/build_opts/GCN3_X86
deleted file mode 100644 (file)
index 21e3cf0..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-PROTOCOL = 'GPU_VIPER'
-TARGET_ISA = 'x86'
-TARGET_GPU_ISA = 'gcn3'
-BUILD_GPU = True
-CPU_MODELS = 'AtomicSimpleCPU,O3CPU,TimingSimpleCPU'