mgpusim icon indicating copy to clipboard operation
mgpusim copied to clipboard

metrics.csv not being generated

Open mrityunjayshukla411 opened this issue 3 months ago • 2 comments

To Reproduce MGPUSim version of commit ID: 5d95581

Command that recreates the problem

./fir -timing --report-all

Current behavior According to the README, the above command should create a metrics.csv file, but instead it creates a .sqlite3 file, which does not contain any data about the metrics.

Expected behavior The README should be updated accordingly to incorporate the changes introduced after segregating amd and nvidia and also after adding the new runner module.

mrityunjayshukla411 avatar Aug 25 '25 14:08 mrityunjayshukla411

We are using the .sqlite3 file instead of CSV files now. The goal is to create only one file per simulation run. So we will update README.

I tried to run the most recent version of MGPUSim (the commit you attached). The screenshot is what I get from the SQlite file. So the metrics are still there. Can you verify?

Image

syifan avatar Aug 25 '25 16:08 syifan

Yeah, I am able to see the metrics in the .sqlite3 file thank you.

mrityunjayshukla411 avatar Aug 25 '25 19:08 mrityunjayshukla411