You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the following waveform (from mill -i tests.run[stripmining-huge.mlir]), it can be observed that when executing vadd.vi v8, v8, 2, vrf write is triggered one time per 5 cycles, which means it only utilized 1/5 bandwidth of vrf and alu. 5 cycles consists of
read vrf
vrf output
save vrf output to reg
compute and save result
write vrf
They should be pipelined to avoid wasting bandwidth.
The text was updated successfully, but these errors were encountered:
From the following waveform (from
mill -i tests.run[stripmining-huge.mlir]
), it can be observed that when executingvadd.vi v8, v8, 2
, vrf write is triggered one time per 5 cycles, which means it only utilized 1/5 bandwidth of vrf and alu. 5 cycles consists ofThey should be pipelined to avoid wasting bandwidth.
The text was updated successfully, but these errors were encountered: