metrics.csv not being generated
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.
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?
Yeah, I am able to see the metrics in the .sqlite3 file thank you.