-
Notifications
You must be signed in to change notification settings - Fork 22.7k
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
Editorial review: Document WebGPU subgroups #38633
Conversation
Preview URLs
External URLs (5)URL:
URL:
URL:
URL:
(comment last updated: 2025-03-17 09:45:41) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with nits
Co-authored-by: François Beaufort <beaufort.francois@gmail.com>
Co-authored-by: François Beaufort <beaufort.francois@gmail.com>
Description
Chrome 134 supports the WebGPU subgroups feature — see https://developer.chrome.com/blog/new-in-webgpu-134#improve_machine-learning_workloads_with_subgroups and https://chromestatus.com/feature/5126409856221184 for full details.
This PR adds:
subgroups
feature in the features table on theGPUSupportedFeatures
reference page.GPUAdapterInfo.subgroupMaxSize
andGPUAdapterInfo.subgroupMinSize
properties.Motivation
Additional details
Related issues and pull requests
Fixes #38416