misc: Add VEGA_X86 build_opt
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>
This commit is contained in:
5
build_opts/VEGA_X86
Normal file
5
build_opts/VEGA_X86
Normal file
@@ -0,0 +1,5 @@
|
||||
PROTOCOL = 'GPU_VIPER'
|
||||
TARGET_ISA = 'x86'
|
||||
TARGET_GPU_ISA = 'vega'
|
||||
BUILD_GPU = True
|
||||
CPU_MODELS = 'AtomicSimpleCPU,O3CPU,TimingSimpleCPU'
|
||||
Reference in New Issue
Block a user