commit | bbaa456b18e052ddcc6da7b061cbbad046673196 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed May 17 13:51:50 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 17 13:51:50 2023 +0000 |
tree | 5a456fb5b355024efaa861949f37336deb59a124 | |
parent | 0531610e99a2f193e3f425704d665d5512a90881 [diff] |
[ir] Remove instruction allocator. The Instructions are now inheriting from Value so they can use the value block allocator. Remove the instruction allocator. Bug: tint:1718 Change-Id: Ia8f3b8b106d03883b3c72ebead392ae972a86c4b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/133164 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: dan sinclair <dsinclair@google.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.