commit | 1d274354059a3ef7bff4db09b059beb53f6759e2 | [log] [tgz] |
---|---|---|
author | Peter McNeeley <petermcneeley@google.com> | Thu Nov 21 19:45:21 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 21 19:45:21 2024 +0000 |
tree | b2ae39af37aa322a19ee98d8591762ff8301e296 | |
parent | c4c9e8ecb8ad8238c1593c4ef43d10671d13cfaa [diff] |
Remove the loop from workgroup zero initialization when unnecessary If the number of sequential stores is less than or equal to the workgroup size we can simply use invocation index directly to index the per invocation zero initialization. Bug: 379909355,42241359 Change-Id: I548be2a78af3ccef27b92354a1d141f009eb0acc Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/214615 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: Peter McNeeley <petermcneeley@google.com> Reviewed-by: Alan Baker <alanbaker@google.com>
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.