diff options
author | Tony Gutierrez <anthony.gutierrez@amd.com> | 2016-01-19 14:28:22 -0500 |
---|---|---|
committer | Tony Gutierrez <anthony.gutierrez@amd.com> | 2016-01-19 14:28:22 -0500 |
commit | 1a7d3f9fcb76a68540dd948f91413533a383bfde (patch) | |
tree | 867510a147cd095f19499d26b7c02d27de4cae9d /build_opts | |
parent | 28e353e0403ea379d244a418e8dc8ee0b48187cf (diff) | |
download | gem5-1a7d3f9fcb76a68540dd948f91413533a383bfde.tar.xz |
gpu-compute: AMD's baseline GPU model
Diffstat (limited to 'build_opts')
-rw-r--r-- | build_opts/HSAIL_X86 | 5 | ||||
-rw-r--r-- | build_opts/X86_MOESI_AMD_Base | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/build_opts/HSAIL_X86 b/build_opts/HSAIL_X86 new file mode 100644 index 000000000..105f82cbd --- /dev/null +++ b/build_opts/HSAIL_X86 @@ -0,0 +1,5 @@ +PROTOCOL = 'GPU_RfO' +TARGET_ISA = 'x86' +TARGET_GPU_ISA = 'hsail' +BUILD_GPU = True +CPU_MODELS = 'AtomicSimpleCPU,O3CPU,TimingSimpleCPU' diff --git a/build_opts/X86_MOESI_AMD_Base b/build_opts/X86_MOESI_AMD_Base new file mode 100644 index 000000000..e85f36d82 --- /dev/null +++ b/build_opts/X86_MOESI_AMD_Base @@ -0,0 +1,3 @@ +PROTOCOL = 'MOESI_AMD_Base' +TARGET_ISA = 'x86' +CPU_MODELS = 'AtomicSimpleCPU,O3CPU,TimingSimpleCPU'
\ No newline at end of file |