accel-sim / accel-sim-framework

This is the top-level repository for the Accel-Sim framework.
https://accel-sim.github.io
Other
273 stars 105 forks source link

Missing/Outdated/Inconsistant hardware stats #282

Open JRPan opened 5 months ago

JRPan commented 5 months ago

Hardware Stats provided with ./util/hw_stats/get_hw_data.sh is outdated and inconsistent.

  1. V100 states are collected with nvprof (deprecated), but I believe by default, we look for Nsight Compute stats.
  2. Turing stats looks fine.
  3. Ampere ubench is not even included.

TODO: