Improve intra-tile locality optimization
bondhugula opened this issue · 6 comments
bondhugula commented
Improve intra-tile locality optimization
aravindacharya commented
Test case which exposes missed opportunity in intra-tile optimizations is added in commit a4bd9bb
aravindacharya commented
Expected transformation for test/intratileopt6.c found (commit id 46bcc5f). For 2mm and 3mm in polybench suite, Pluto should be able to find a transformation with better spatial locality (and vectorizable loop at innermost level).
aravindacharya commented
test/intratileopt6.c
with --typedfuse
segfaults.
aravindacharya commented
Fixed in commit 94bd289
bondhugula commented
I see the following errors on a make test.
./test/intratileopt5.c with --maxfuse error: no check strings found with prefix 'CHECK-TILE:'
[Failed] ./test/intratileopt5.c!
./test/intratileopt5.c with --maxfuse --notile error: no check strings found with prefix 'CHECK-NOTILE:'
[Failed] ./test/intratileopt5.c!
bondhugula commented
Looks like I had an outdated test script - this works fine now after a reconfigured build.