Hello everyone,
I'm new to the Axelera AI system and am currently working with a Metis PCIe card with 4 GB memory.
I want to understand how much of this memory is being used by the neural network model I am deploying. In a way, I'm looking for a tool or command that provides a report similar to what nvidia-smi
does for NVIDIA GPUs, but for the Metis core.
From my research, I understand that the Metis core's DRAM is a fixed, dedicated resource and that the memory usage is determined at the time of compilation, not at runtime. I've heard that the Voyager SDK's compiler logs might contain this information.
My main question is: Where in the compiler output or log files can I find the exact memory footprint and percentage utilization for my model? Is there a specific argument or command I need to use to generate this report?
Any guidance on this would be greatly appreciated.
Thank you!