commit | 8886d0b3bdb7b3f79d4899d1d9930d17a5d31865 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Oct 11 13:27:20 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 11 13:27:20 2023 +0000 |
tree | 3d187a0a1e6b0c437e96331ed42b9e256d08879b | |
parent | 1beec01819123aa3b18c7dd3944a6975a34e0ee5 [diff] |
[tint][resolver] Convert abstract-numerics for array() Calling array() with a mix of abstract-int and abstract-float needs to convert the abstract-int to abstract-float. Failure to do this can result in ICEs. Fixed: tint:2056 Change-Id: I5059ba92e317d16a8e2b82c804dccb3d9ada493d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/155581 Auto-Submit: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Commit-Queue: Antonio Maiorano <amaiorano@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.