Skip to content

Commit

Permalink
checkpointing the FMA quantization experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravenwater committed Aug 15, 2023
1 parent 8d7b077 commit 4ae3156
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmark/accuracy/quantization/mpfma.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ void StatisticalSampling(double mean, double stddev) {
std::cout << "accumulation type : " << symmetry_range<AccumulationType>() << '\n';
unsigned nrSamples{ 10000 };
QuantizationExperiment<RepresentationType, AccumulationType>(nrSamples, 50, mean, stddev);
QuantizationExperiment<RepresentationType, AccumulationType>(nrSamples, 100, mean, stddev);
QuantizationExperiment<RepresentationType, AccumulationType>(nrSamples, 500, mean, stddev);
QuantizationExperiment<RepresentationType, AccumulationType>(nrSamples, 1000, mean, stddev);
QuantizationExperiment<RepresentationType, AccumulationType>(nrSamples, 2000, mean, stddev);
Expand Down

0 comments on commit 4ae3156

Please sign in to comment.