Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_work_item_functions missing few points #2093

Open
shajder opened this issue Sep 26, 2024 · 0 comments
Open

test_work_item_functions missing few points #2093

shajder opened this issue Sep 26, 2024 · 0 comments

Comments

@shajder
Copy link
Contributor

shajder commented Sep 26, 2024

There are few issues in test test_work_item_functions I've noticed while working on issue #2005:

  1. local work size is always hardcoded to 1 despite it is previously computed.
  2. 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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant