ILAng icon indicating copy to clipboard operation
ILAng copied to clipboard

switch to unordered_map to model memory in ILAtor

Open LeeOHzzZ opened this issue 2 years ago • 0 comments

For preciese memory modeling in ILAtor, this commit use unordered_map instead of map to reduce the access time complexity from O(logN) to O(1) on average.

Test with HLSCNN-ILA, and an average of 30% execution time reduction is observed.

LeeOHzzZ avatar Jan 14 '22 20:01 LeeOHzzZ