You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LLAMA's Heatmap mapping currently traces memory accesses for the entire blob regions. This may require an excessive amount of memory though. Since access patterns are often repretitive, we should add an option to allow the heatmap to only trace a subpart of the blobs and thus use less memory.
The text was updated successfully, but these errors were encountered:
LLAMA's
Heatmap
mapping currently traces memory accesses for the entire blob regions. This may require an excessive amount of memory though. Since access patterns are often repretitive, we should add an option to allow the heatmap to only trace a subpart of the blobs and thus use less memory.The text was updated successfully, but these errors were encountered: