You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the HDagg paper Section "Executor Evaluation" it is said that "The average memory access latency is used as a metric to measure locality." and "PAPI’s performance counters are used to measure architecture information needed in computations related to the locality and load balance metrics."
In the sptrsv_profiler.cpp example, the PAPI event list is:
In the HDagg paper Section "Executor Evaluation" it is said that "The average memory access latency is used as a metric to measure locality." and "PAPI’s performance counters are used to measure architecture information needed in computations related to the locality and load balance metrics."
In the
sptrsv_profiler.cpp
example, the PAPI event list is:aggregation/profiler/sptrsv_profiler.cpp
Lines 106 to 111 in da293bb
I wonder how is the memory latency obtained from the above metrics?
The text was updated successfully, but these errors were encountered: