Remove unused variables in subgroup tests (#1460)

Signed-off-by: Stuart Brady <stuart.brady@arm.com>
This commit is contained in:
Stuart Brady
2022-08-04 15:04:14 +01:00
committed by GitHub
parent c12bff46c6
commit 4ee8022230
6 changed files with 4 additions and 33 deletions

View File

@@ -102,7 +102,6 @@ template <typename Ty, ArithmeticOp operation> struct RED_CLU
{
int ii = j * ns;
int n = ii + ns > nw ? nw - ii : ns;
int midx = 4 * ii + 2;
std::vector<Ty> clusters_results;
int clusters_counter = ns / test_params.cluster_size;
clusters_results.resize(clusters_counter);