mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-24 15:59:03 +00:00
Remove unused variables in subgroup tests (#1460)
Signed-off-by: Stuart Brady <stuart.brady@arm.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user