mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Improve error handling in subgroup tests (#1352)
* MPGCOMP-14761 Improve error handling in subgroup tests Signed-off-by: Stuart Brady <stuart.brady@arm.com> * Add missing newline
This commit is contained in:
@@ -68,8 +68,8 @@ template <NonUniformVoteOp operation> struct AA
|
||||
}
|
||||
}
|
||||
|
||||
static int chk(cl_int *x, cl_int *y, cl_int *mx, cl_int *my, cl_int *m,
|
||||
const WorkGroupParams &test_params)
|
||||
static test_status chk(cl_int *x, cl_int *y, cl_int *mx, cl_int *my,
|
||||
cl_int *m, const WorkGroupParams &test_params)
|
||||
{
|
||||
int ii, i, j, k, n;
|
||||
int ng = test_params.global_workgroup_size;
|
||||
|
||||
Reference in New Issue
Block a user