commit | 8fba6d8efa62a5185910bc0d87009c1c2f416c79 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Jun 18 16:20:14 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 18 16:20:14 2024 +0000 |
tree | 82bcc2a86db3c2801297b4efb5c46c48851d7487 | |
parent | 9fb4dc2810a58d79c83e5d363b25d219b0bcb6b9 [diff] |
[ir] Create a real logical not operator. Currently logical not is turned into a `a == false` comparison. This Cl creates a real unary not operator and updates the backends to use it as needed. Change-Id: If91c5cfbece7d48c18d4b462c83afd863b0b379a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/194162 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: James Price <jrprice@google.com> Auto-Submit: 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.