-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[WebGPU] Update to latest native headers #7932
Conversation
* Update mini_webgpu.h with latest version from Dawn * Document this process * Remove an argument from wgpuQueueOnSubmittedWorkDone Fixes halide#7581
c7fe63e
to
e6f72a9
Compare
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.
Beat me to it :) We need to update the dawn implementations on the buildbots, but I'll coordinate that with @abadams. Thanks for doing this!
I've updated dawn on both of the x86 mac buildbots we use for testing it. Doing a merge with main should clear up the buildbot failures. |
Done. |
Looks like something's up with the async_device_copy correctness test with target host-webgpu |
Debugging the failure on arm, it looks like the webgpu state_bar becomes bogus (the |
I'm updating Dawn (again) to the latest headers as the failing armbot had a stale version. |
* [WebGPU] Update to latest native headers * Update mini_webgpu.h with latest version from Dawn * Document this process * Remove an argument from wgpuQueueOnSubmittedWorkDone Fixes halide#7581 * [WebGPU] Note that wgpu is not yet supported * [WebGPU] Add https:// to external links in README * update to commit b5d38fc7dc2a20081312c95e379c4a918df8b7d4 * Update mini_webgpu.h --------- Co-authored-by: Steven Johnson <srj@google.com>
Fixes #7581