Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 26a884a3 authored by LELAURAIN Julien's avatar LELAURAIN Julien
Browse files

[input_loader][rennes][roazhon2] Add Intel Xeon 5120 CPU model to flops computation function

parent 51bb9fc9
No related branches found
No related tags found
No related merge requests found
...@@ -713,7 +713,7 @@ def get_flops_per_cycle(microarch, cpu_name, cluster_uid) ...@@ -713,7 +713,7 @@ def get_flops_per_cycle(microarch, cpu_name, cluster_uid)
return 32 return 32
when "Cascade Lake-SP", "Skylake" when "Cascade Lake-SP", "Skylake"
case cpu_name case cpu_name
when /Silver 4110/, /Gold 5218/, /Gold 5220/, /Gold 5118/ when /Silver 4110/, /Silver 4214/, /Gold 5218/, /Gold 5220/, /Gold 5118/, /Gold 5120/
return 16 return 16
when /Gold 6126/, /Gold 6130/ when /Gold 6126/, /Gold 6130/
return 32 return 32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment