Closed Po0ria closed 6 months ago
By default components don't have metadata read or write energy (the common case with the tool is that people are working with dense data, so we don't want to make users specify metadata if they're not using it.)
A few notes:
I have been reviewing the examples for sparse workloads, specifically focusing on weights, and I noticed that there is no metadata access energy associated with accesses to compressed data in DRAM. I am wondering if this is being intentionally ignored for the sake of simplicity. I made a component called DRAM_metadata that is defined it as described below.
Would this be an accurate simulation? Thank you very much