sarchlab / mgpusim

A highly-flexible GPU simulator for AMD GPUs.
MIT License
62 stars 9 forks source link

DRAM Latency is not recorded in `metrics.csv` #69

Open syifan opened 1 month ago

syifan commented 1 month ago

To Reproduce MGPUSim version of commit ID: v3.0.2

Command that recreates the problem

./fir -timing -report-all

Current behavior The read_avg_latency and write_avg_latency are always 0.

Expected behavior They should record values.