VEGA_X86 build is the same as GCN3_X86 with vega as the GPU ISA. Change-Id: I995947b30c545b1b5e478e8c60deca20b3c0143d Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/51107 Reviewed-by: Matt Sinclair <mattdsinclair@gmail.com> Maintainer: Matt Sinclair <mattdsinclair@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com>
6 lines
136 B
Plaintext
6 lines
136 B
Plaintext
PROTOCOL = 'GPU_VIPER'
|
|
TARGET_ISA = 'x86'
|
|
TARGET_GPU_ISA = 'vega'
|
|
BUILD_GPU = True
|
|
CPU_MODELS = 'AtomicSimpleCPU,O3CPU,TimingSimpleCPU'
|