Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 474a34ec authored by Baptiste Jonglez's avatar Baptiste Jonglez
Browse files

[lib] Add POWER8 flops per cycle

parent d0a8215f
No related branches found
No related tags found
1 merge request!146Add drac cluster
......@@ -286,6 +286,9 @@ def get_flops_per_cycle(microarch, cpu_name)
when /Gold 6126/, /Gold 6130/
return 32
end
# 4 64-bit FPUs, x2 for Fused Multiply-Add
when /POWER8/
return 8
end
raise "Error: Unknown CPU architecture, cannot compute flops"
end
......
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