mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-23 23:49:02 +00:00
Remove unused variables in subgroup tests (#1460)
Signed-off-by: Stuart Brady <stuart.brady@arm.com>
This commit is contained in:
@@ -1496,7 +1496,6 @@ template <typename Ty, typename Fns, size_t TSIZE = 0> struct test
|
||||
size_t tmp;
|
||||
cl_int error;
|
||||
int subgroup_size, num_subgroups;
|
||||
size_t realSize;
|
||||
size_t global = test_params.global_workgroup_size;
|
||||
size_t local = test_params.local_workgroup_size;
|
||||
clProgramWrapper program;
|
||||
|
||||
Reference in New Issue
Block a user