Accelergy-Project / timeloop-python

Python wrapper for the timeloop project.
MIT License
7 stars 3 forks source link

Why should we map loop to defferent memory level? #3

Closed desenSun closed 2 years ago

desenSun commented 3 years ago

I have read your paper and thought it was wonderful, but I still have a few questions. What is the operation of mapping a loop to a memory level? How to execute it? What kind of benefits can this bring?

nellie-wu commented 2 years ago

Mapping different loops to different storage units allow us to model how much data is stored in each storage for reuse. Please check out the timeloop-accelergy tutorial: https://accelergy.mit.edu/tutorial.html for more details.