Hi all,
I'm currently working on estimating memory access volume (number of iterations per variable or statement) in loop programs as part of a project.
To compute the number of memory accesses per statement, I am trying to use barvinok and ISL to extract the iteration count and symbolic cardinality of access relations.
However, it seems that the Barvinok version I installed is using the bundled ISL, which might not support full cardinality computation, or at least I’m not able to access symbolic cardinality functions from it.
Could anyone please suggest:
Any build flags or configuration steps I should ensure while compiling from source?
Any help or references would be greatly appreciated!
ISCC Version I used :
isl-0.27-GMP
barvinok-0.41.3
clang version 9.0.1
pet-0.11.8
Thanks in advance!
Best regards,
Avinash