Assume that we have an application with a total of 500,000 instructions where 20% of them are the load/store instructions with an average cpi of 6 cycles, and the rest instructions are alu instructions with average cpi of 1 cycle. if we double the clock rate without optimizing the memory latency, the average cpi for load/store instruction will also be doubled to 12 cycles. what is the speedup after this change?

Solved
Show answers

Ask an AI advisor a question