commit | 774b6a4c44a10f14da7405a0c21548428a9ef3f8 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Sep 06 21:04:30 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 06 21:04:30 2023 +0000 |
tree | 6d28dcdac613cfcc550e772aa60b551bab2166f9 | |
parent | d792e3c6235991ac190b2b411f6eedc2afc298b9 [diff] |
[ir] Add a SPIRV BuiltinCall instruction This CL adds a `BuiltinCall` instruction to SPIR-V IR and moves `VectorTimesScalar` over to the builtin. Bug: tint:1718 Change-Id: I4fd92aab01d32897c5bdb4add97e22b698ded377 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/150100 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org>
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.