commit | 3d64565e2eb8fe4a377b18e288edac70d28d586f | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Nov 19 15:29:05 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 19 15:29:05 2024 +0000 |
tree | 102c5bf549668874cbc922b940a6e496834a5ade | |
parent | 1123688028f20b608ceba28c40fea8bac7003392 [diff] |
[ir] Tighter ValueToLet access restrictions. Instead of just assuming any call is a `Load, Store` this CL adds methods into the various `MemberBuiltinCall`, `CoreBuiltinCall` and `BuiltinCall` classes to allow the backends to specify the restrictions for any given method. This allows more calls to be inlined by the backends. Bug: 379684039 Change-Id: Ifcad3a8ffc66361d3b5d57c2cd27ea3c151ca0e0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/215354 Auto-Submit: dan sinclair <dsinclair@chromium.org> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Commit-Queue: dan sinclair <dsinclair@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.