ncall needs summing too

This commit is contained in:
jukofyork 2024-05-07 18:13:09 +01:00 committed by GitHub
parent 6674e79c71
commit cb3d9bad5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -298,8 +298,8 @@ bool IMatrixCollector::load_imatrix(const char * imatrix_file, std::unordered_ma
e.values[i] += tmp[i];
e.counts[i] += ncall;
}
e.ncall += ncall;
e.ncall = ncall;
}
return true;
}