alpaka-group / llama

A Low-Level Abstraction of Memory Access
https://llama-doc.rtfd.io/
Mozilla Public License 2.0
80 stars 10 forks source link

Allow to cap heatmap #664

Open bernhardmgruber opened 1 year ago

bernhardmgruber commented 1 year ago

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.

bernhardmgruber commented 1 year ago

The plot script for the heatmap data can cap the output.