misc: Add build opts for GCN3 GPU ISA
authorTony Gutierrez <anthony.gutierrez@amd.com>
Sat, 28 Apr 2018 00:04:27 +0000 (20:04 -0400)
committerAnthony Gutierrez <anthony.gutierrez@amd.com>
Thu, 30 Apr 2020 15:54:38 +0000 (15:54 +0000)
Change-Id: I5f2662fe72d876b7bf816b0353aaefb85fc6c1c9
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/28130
Reviewed-by: Matt Sinclair <mattdsinclair@gmail.com>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Anthony Gutierrez <anthony.gutierrez@amd.com>
Tested-by: kokoro <noreply+kokoro@google.com>
build_opts/GCN3_X86 [new file with mode: 0644]

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