diff --git a/test_conformance/subgroups/subhelpers.h b/test_conformance/subgroups/subhelpers.h index ab8ee797..f234eef4 100644 --- a/test_conformance/subgroups/subhelpers.h +++ b/test_conformance/subgroups/subhelpers.h @@ -1609,6 +1609,7 @@ template struct subgroup_test // Generate the desired input for the kernel test_params.subgroup_size = subgroup_size; + test_params.local_workgroup_size = local; Fns::gen(idata.data(), mapin.data(), sgmap.data(), test_params); test_status status = TEST_FAIL;