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

@@ -481,7 +481,7 @@ template <typename Ty, ShuffleOp operation> struct SHF
static void gen(Ty *x, Ty *t, cl_int *m, const WorkGroupParams &test_params)
{
int i, ii, j, k, n, delta;
int i, ii, j, k, n;
cl_uint l;
int nw = test_params.local_workgroup_size;
int ns = test_params.subgroup_size;