Article 2WC0N Cycles Per Instruction – Why it matters

Cycles Per Instruction – Why it matters

by
MichaelS
from High-Performance Computing News Analysis | insideHPC on (#2WC0N)
Intel-Xeon-Scalable-5-150x100.jpg

To compare how one version of a part of the code is running to another version, since this is a ratio, it is important to keep one of the values constant in order to understand if the optimization is working. If more cpu cycles are being used, but more instructions are being executed, then the ratio could be the same, but this measure will not show any improvement. The goal is to lower the CPI in certain parts of the code as well as the overall application.

The post Cycles Per Instruction - Why it matters appeared first on insideHPC.

External Content
Source RSS or Atom Feed
Feed Location http://insidehpc.com/feed/
Feed Title High-Performance Computing News Analysis | insideHPC
Feed Link https://insidehpc.com/
Reply 0 comments