Remove unused data and add fixes (#5154)

* Remove unused data and add fixes

* Add missing file

* Address review comments

* Replace the scope of vq allocation
This commit is contained in:
Michael Klimenko 2024-01-27 15:25:55 +01:00 committed by GitHub
parent ec903c0341
commit 35a2ee9143
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 3 additions and 6 deletions

View file

@ -243,7 +243,6 @@ int main(int argc, char** argv) {
if (useQ4_1) q41.resize(n4);
else q40.resize(n4);
std::vector<block_q8_0> q8(n8);
std::vector<int64_t> H(16, 0);
double sumt = 0, sumt2 = 0, maxt = 0;
double sumqt = 0, sumqt2 = 0, maxqt = 0;
double sum = 0, sumq = 0, exactSum = 0;