commit | d3e897d992221ddddce7a9a7893fa66db8559c52 | [log] [tgz] |
---|---|---|
author | shrekshao <shrekshao@google.com> | Fri Nov 10 02:40:20 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 10 02:40:20 2023 +0000 |
tree | b1bb55f8443e48eea11460fe7efd8db66cc3e79b | |
parent | 29fa50f55952180da12e96f4b94bf0d52cba75f0 [diff] |
Reland "Add tests having multiple indirect dispatch within one pass" This is a reland of commit 52d11797f66d0718643d5462954cf6d38c42c232 Original change's description: > Add tests having multiple indirect dispatch within one pass > > Add more test coverage for multiple DispatchWorkgroupsIndirect > calls within one compute shader pass to ensure > DispatchWorkgroupsIndirect with non-zero indirect offset work > correctly when duplicating numWorkgroups. > > Bug: dawn:2201, dawn:1262 > Change-Id: I598bfd076328b0baa9ef04e61c62c2a7b048ac48 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/158821 > Kokoro: Kokoro <noreply+kokoro@google.com> > Reviewed-by: Austin Eng <enga@chromium.org> > Reviewed-by: Loko Kung <lokokung@google.com> > Commit-Queue: Shrek Shao <shrekshao@google.com> Bug: dawn:2201, dawn:1262 Change-Id: I94465c9be6230a6fffc4511197edbd2f47e1edb0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/160160 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org>
Dawn is an open-source and cross-platform implementation of the WebGPU standard. More precisely it implements webgpu.h
that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h
version that Dawn implements.webgpu.h
.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.