From 1a7d3f9fcb76a68540dd948f91413533a383bfde Mon Sep 17 00:00:00 2001 From: Tony Gutierrez Date: Tue, 19 Jan 2016 14:28:22 -0500 Subject: gpu-compute: AMD's baseline GPU model --- build_opts/HSAIL_X86 | 5 +++++ build_opts/X86_MOESI_AMD_Base | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 build_opts/HSAIL_X86 create mode 100644 build_opts/X86_MOESI_AMD_Base (limited to 'build_opts') 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 -- cgit v1.2.3