mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Remove unused variables in subgroup tests (#1460)
Signed-off-by: Stuart Brady <stuart.brady@arm.com>
This commit is contained in:
@@ -79,7 +79,6 @@ template <int Which> struct BAR
|
||||
int ng = test_params.global_workgroup_size;
|
||||
int nj = (nw + ns - 1) / ns;
|
||||
ng = ng / nw;
|
||||
int e;
|
||||
|
||||
ii = 0;
|
||||
for (k = 0; k < ng; ++k)
|
||||
|
||||
Reference in New Issue
Block a user