Skip to content

Commit

Permalink
Merge pull request #124 from jouvin/cpu_phi
Browse files Browse the repository at this point in the history
Add templates for several Xeon Phi
  • Loading branch information
jrha committed Dec 17, 2019
2 parents 075af74 + 5a56345 commit 071debd
Show file tree
Hide file tree
Showing 8 changed files with 80 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 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
10 changes: 10 additions & 0 deletions 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
10 changes: 10 additions & 0 deletions 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
10 changes: 10 additions & 0 deletions 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
10 changes: 10 additions & 0 deletions 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
10 changes: 10 additions & 0 deletions 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
10 changes: 10 additions & 0 deletions 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
10 changes: 10 additions & 0 deletions 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

0 comments on commit 071debd

Please sign in to comment.