You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local work size is always hardcoded to 1 despite it is previously computed.
not all thread's result are verified
I think it could be improved by covering below cases:
a) additional test with uniform work group size > 1
b) additional test with non-uniform work group size > 1 if CL_DEVICE_NON_UNIFORM_WORK_GROUP_SUPPORT supported
c) tested all thread's results including correct results of get_local_size with non-uniform group size (if supported)
The text was updated successfully, but these errors were encountered:
There are few issues in test test_work_item_functions I've noticed while working on issue #2005:
I think it could be improved by covering below cases:
a) additional test with uniform work group size > 1
b) additional test with non-uniform work group size > 1 if
CL_DEVICE_NON_UNIFORM_WORK_GROUP_SUPPORT
supportedc) tested all thread's results including correct results of
get_local_size
with non-uniform group size (if supported)The text was updated successfully, but these errors were encountered: