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

Support kernel dispatch by total number of threads instead of threads per threadgroup #497

Open
christiangnrd opened this issue Dec 15, 2024 · 0 comments

Comments

@christiangnrd
Copy link
Contributor

christiangnrd commented Dec 15, 2024

I think the real fix may be to switch from dispatchThreadgroups to dispatchThreads by default since all the devices we support support nonuniform threadgroup sizes.

However, this would be a very big (potentially breaking) change.

Originally posted by @christiangnrd in #496 (comment)

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