edited by
725 views
2 votes
2 votes
Consider the example in Section $2.5$ for the calculation of average CPI and MIPS rate, which yielded the result of CPI $2.24$ and MIPS rate $178$. Now assume that the program can be executed in eight parallel tasks or threads with roughly equal number of instructions executed in each task. Execution is on an $8$-core system with each core(processor) having the same performance as the single processor originally used.Coordination and synchronization between the parts adds an extra $25,000$ instruction executions to each task. Assume the same instruction mix as in the example for each task, but increase the CPI for memory reference with cache miss to $12$ cycles due to contention for memory.

a. Determine the average CPI.

b. Determine the corresponding MIPS rate.

c. Calculate the speedup factor.

d. Compare the actual speedup factor with the theoretical speedup factor determined by Amdhal’s law.

someone please explain the part d.
edited by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
2
daksirp asked Sep 2, 2018
459 views
https://gateoverflow.in/3437/gate2007-it-6-isro2011-25Why are they not calculating average CPI in pipelined processor and then calculating speedup ???
2 votes
2 votes
0 answers
4