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

subgroups: fix Wsign-compare warnings #1778

Merged
merged 1 commit into from
Aug 29, 2023

Commits on Jun 30, 2023

  1. subgroups: fix Wsign-compare warnings

    The subgroup and workgroup sizes reported by clGetKernelSubGroupInfo
    and clGetKernelWorkGroupInfo are of type `size_t`.  Avoid changing the
    values to an `int` type as they are propagated through the tests and
    then compared against `size_t` again.
    
    Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
    svenvh committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    c46164d View commit details
    Browse the repository at this point in the history