[BENCH] Statistics refactoring

Issue #32 new
edanor repo owner created an issue

In file microbenchmarks/utilities/TimingStatistics.h, a class TimingStatistics is defined, together with a more general Statistics template.

The task is to remove completely TimingStatistics and replace its use with templated version. In addition to that, all files should also calculate some numeric error measure, so that the it would be possible to compare precision of different implementations (see RMS error in matmul benchmark).

Comments (0)

  1. Log in to comment