spatial-lang icon indicating copy to clipboard operation
spatial-lang copied to clipboard

Optimize 2D+ loads as 1D when all columns are used

Open dkoeplin opened this issue 7 years ago • 0 comments

e.g

val x = DRAM[Int](32, 32)

sram load x(0::32,0::32)

Should be treated as burst load of 1024 elements rather than 32 bursts of 32

dkoeplin avatar May 19 '17 23:05 dkoeplin