From 5a5634580defa500db3c0a993566ac56e52d977c Mon Sep 17 00:00:00 2001 From: Michel Jouvin Date: Thu, 1 Nov 2018 17:00:47 +0100 Subject: [PATCH] Add templates for several Xeon Phi Generated with ark2pan --- hardware/cpu/intel/xeon_phi_7210.pan | 10 ++++++++++ hardware/cpu/intel/xeon_phi_7210f.pan | 10 ++++++++++ hardware/cpu/intel/xeon_phi_7230.pan | 10 ++++++++++ hardware/cpu/intel/xeon_phi_7230f.pan | 10 ++++++++++ hardware/cpu/intel/xeon_phi_7250.pan | 10 ++++++++++ hardware/cpu/intel/xeon_phi_7250f.pan | 10 ++++++++++ hardware/cpu/intel/xeon_phi_7290.pan | 10 ++++++++++ hardware/cpu/intel/xeon_phi_7290f.pan | 10 ++++++++++ 8 files changed, 80 insertions(+) create mode 100644 hardware/cpu/intel/xeon_phi_7210.pan create mode 100644 hardware/cpu/intel/xeon_phi_7210f.pan create mode 100644 hardware/cpu/intel/xeon_phi_7230.pan create mode 100644 hardware/cpu/intel/xeon_phi_7230f.pan create mode 100644 hardware/cpu/intel/xeon_phi_7250.pan create mode 100644 hardware/cpu/intel/xeon_phi_7250f.pan create mode 100644 hardware/cpu/intel/xeon_phi_7290.pan create mode 100644 hardware/cpu/intel/xeon_phi_7290f.pan diff --git a/hardware/cpu/intel/xeon_phi_7210.pan b/hardware/cpu/intel/xeon_phi_7210.pan new file mode 100644 index 00000000..c8d4bb85 --- /dev/null +++ b/hardware/cpu/intel/xeon_phi_7210.pan @@ -0,0 +1,10 @@ +structure template hardware/cpu/intel/xeon_phi_7210; + +"manufacturer" = "Intel"; +"model" = "Intel(R) Xeon Phi CPU 7210 @ 1.30 GHz"; +"speed" = 1300; # MHz +"arch" = "x86_64"; +"cores" = 64; +"max_threads" = 64; +"type" = "knights landing"; # Intel codename +"power" = 215; # TDP in watts diff --git a/hardware/cpu/intel/xeon_phi_7210f.pan b/hardware/cpu/intel/xeon_phi_7210f.pan new file mode 100644 index 00000000..345f7ec0 --- /dev/null +++ b/hardware/cpu/intel/xeon_phi_7210f.pan @@ -0,0 +1,10 @@ +structure template hardware/cpu/intel/xeon_phi_7210f; + +"manufacturer" = "Intel"; +"model" = "Intel(R) Xeon Phi CPU 7210F @ 1.30 GHz"; +"speed" = 1300; # MHz +"arch" = "x86_64"; +"cores" = 64; +"max_threads" = 64; +"type" = "knights landing"; # Intel codename +"power" = 230; # TDP in watts diff --git a/hardware/cpu/intel/xeon_phi_7230.pan b/hardware/cpu/intel/xeon_phi_7230.pan new file mode 100644 index 00000000..fc675541 --- /dev/null +++ b/hardware/cpu/intel/xeon_phi_7230.pan @@ -0,0 +1,10 @@ +structure template hardware/cpu/intel/xeon_phi_7230; + +"manufacturer" = "Intel"; +"model" = "Intel(R) Xeon Phi CPU 7230 @ 1.30 GHz"; +"speed" = 1300; # MHz +"arch" = "x86_64"; +"cores" = 64; +"max_threads" = 64; +"type" = "knights landing"; # Intel codename +"power" = 215; # TDP in watts diff --git a/hardware/cpu/intel/xeon_phi_7230f.pan b/hardware/cpu/intel/xeon_phi_7230f.pan new file mode 100644 index 00000000..b4492329 --- /dev/null +++ b/hardware/cpu/intel/xeon_phi_7230f.pan @@ -0,0 +1,10 @@ +structure template hardware/cpu/intel/xeon_phi_7230f; + +"manufacturer" = "Intel"; +"model" = "Intel(R) Xeon Phi CPU 7230F @ 1.30 GHz"; +"speed" = 1300; # MHz +"arch" = "x86_64"; +"cores" = 64; +"max_threads" = 64; +"type" = "knights landing"; # Intel codename +"power" = 230; # TDP in watts diff --git a/hardware/cpu/intel/xeon_phi_7250.pan b/hardware/cpu/intel/xeon_phi_7250.pan new file mode 100644 index 00000000..c7131e78 --- /dev/null +++ b/hardware/cpu/intel/xeon_phi_7250.pan @@ -0,0 +1,10 @@ +structure template hardware/cpu/intel/xeon_phi_7250; + +"manufacturer" = "Intel"; +"model" = "Intel(R) Xeon Phi CPU 7250 @ 1.40 GHz"; +"speed" = 1400; # MHz +"arch" = "x86_64"; +"cores" = 68; +"max_threads" = 68; +"type" = "knights landing"; # Intel codename +"power" = 215; # TDP in watts diff --git a/hardware/cpu/intel/xeon_phi_7250f.pan b/hardware/cpu/intel/xeon_phi_7250f.pan new file mode 100644 index 00000000..dbc5f2ca --- /dev/null +++ b/hardware/cpu/intel/xeon_phi_7250f.pan @@ -0,0 +1,10 @@ +structure template hardware/cpu/intel/xeon_phi_7250f; + +"manufacturer" = "Intel"; +"model" = "Intel(R) Xeon Phi CPU 7250F @ 1.40 GHz"; +"speed" = 1400; # MHz +"arch" = "x86_64"; +"cores" = 68; +"max_threads" = 68; +"type" = "knights landing"; # Intel codename +"power" = 230; # TDP in watts diff --git a/hardware/cpu/intel/xeon_phi_7290.pan b/hardware/cpu/intel/xeon_phi_7290.pan new file mode 100644 index 00000000..2ec3fb02 --- /dev/null +++ b/hardware/cpu/intel/xeon_phi_7290.pan @@ -0,0 +1,10 @@ +structure template hardware/cpu/intel/xeon_phi_7290; + +"manufacturer" = "Intel"; +"model" = "Intel(R) Xeon Phi CPU 7290 @ 1.50 GHz"; +"speed" = 1500; # MHz +"arch" = "x86_64"; +"cores" = 72; +"max_threads" = 72; +"type" = "knights landing"; # Intel codename +"power" = 245; # TDP in watts diff --git a/hardware/cpu/intel/xeon_phi_7290f.pan b/hardware/cpu/intel/xeon_phi_7290f.pan new file mode 100644 index 00000000..afd730d5 --- /dev/null +++ b/hardware/cpu/intel/xeon_phi_7290f.pan @@ -0,0 +1,10 @@ +structure template hardware/cpu/intel/xeon_phi_7290f; + +"manufacturer" = "Intel"; +"model" = "Intel(R) Xeon Phi CPU 7290F @ 1.50 GHz"; +"speed" = 1500; # MHz +"arch" = "x86_64"; +"cores" = 72; +"max_threads" = 72; +"type" = "knights landing"; # Intel codename +"power" = 260; # TDP in watts