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

Clarify valid integer sizes for kernel attributes #721

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Pennycook
Copy link
Contributor

All should be size_t except for reqd_sub_group_size, which should be uint32_t to match the limited range of sub-groups.

Closes #450.


Wording originally proposed by @gmlueck in #450 (comment).

All should be size_t except for reqd_sub_group_size, which should be uint32_t
to match the limited range of sub-groups.
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

Successfully merging this pull request may close these issues.

Clarify the size of integer used for the kernel attributes
2 participants