commit | f83bfa869cafb740aa3db16526aa26230c42d7f4 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Wed Jul 12 23:51:25 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 12 23:51:25 2023 +0000 |
tree | f438a2f9737152e03019fb1e2fab8b07daba443e | |
parent | 128a76662848af2df627d8a33c59da2a154556e5 [diff] |
[ir][spirv-writer] Polyfill the `dot()` builtin OpDot only accepts floating point operands, so we have to polyfill the integer overload. Bug: tint:1906 Change-Id: I6e94873bff169c7ec0d04e375b5193f462fd31ce Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/140890 Auto-Submit: James Price <jrprice@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: James Price <jrprice@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.