Answered step by step
Verified Expert Solution
Question
1 Approved Answer
When making changes to optimize part of a processor, it is often the case that speeding up one type = of instruction comes at the
When making changes to optimize part of a processor, it is often the case that speeding up one type
of instruction comes at the cost of slowing down something else. For example, if we put in a
complicated fast floating point unit, that takes space, and something might have to be moved farther
away from the middle to accommodate it adding an extra cycle in delay to reach that unit. The basic
Amdahl's law equation does not take into account this tradeoff. Hint: System A original system,
System B Floating Point Enhanced System, System C Floating Point Enhanced & Cache Slowed
Down System
a If the new fast floatingpoint unit speeds up floatingpoint operations by and floating
point operations take of the original program's execution time, what is the overall
speedup ignoring the penalty to any other instructionsspeed up from A to B
b Now assume that after speeding up the floatingpoint unit we also slow down data cache
accesses, resulting in a slowdown or speedup Cache accesses consume of
the execution time. What is the overall speedup now? speed up from B to C
c hat is the overall speedup? speed up from A to C
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started