https://i.imgur.com/KfPrLnx.jpg
https://i.imgur.com/6d36goq.jpg
想问一下这题的speedup。
我看课本这样没特别unrolling是用4个cycle
可是store word不是会跑5个stage在pipeline内吗?
所以应该是(5-1)+4=8
然后这题会run 9 iteration
所以我的理解是 8*9 =72 cycle
至于unroll之后,应该是
(5-1)+6=10
再乘以3次loop,所以是30cycles
Speedup=72/30=12/5
不知道我的想法是否正确?