cti: Fix get_size method
It shall return the tile size, not the allocated size.
Merge request reports
Activity
Filter activity
As documented for
get_size
: “Return an estimation of the size of data, for performance models and tracing feedback.”. For h-mat tiles it will have to be different indeed.In practice, that can be seen in
data.rec
, which records the initial data size. Since at registration the allocsize is 0, currently data.rec shows size being 0. For h-mat,data.rec
will be less meaningful anyway since the size varies, but for dense tiles, we'd really want to know the size this way.added 5 commits
-
be5167b4...26a4faad - 4 commits from branch
solverstack:master
- f2861742 - cti: Fix get_size method
-
be5167b4...26a4faad - 4 commits from branch
enabled an automatic merge when the pipeline for f2861742 succeeds
mentioned in commit bd77ba66
Please register or sign in to reply