commit | 2ee92c0ff816e5cc439e4b739006b00f5936c3f5 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Fri May 09 17:05:56 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 09 17:05:56 2025 -0700 |
tree | bf474e7ab386df471c5e735b0485f9f9b5442fd2 | |
parent | ba3c94abad955032377ac15a6be79a21927cbd08 [diff] |
Range Analysis: Compute range of `Binary` with `Subtract` operator This patch computes the range of a `Binary` with `Subtract` operator. When any overflow or underflow happen, no valid range will be returned. Bug: 348701956 Test: tint_unittests Change-Id: I947028dabbc2448641921c0671ff14f63ba292ac Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/241415 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: Jiawei Shao <jiawei.shao@intel.com>
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.