commit | 63ca6919b7525b8e917756519688c091639e55f1 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Thu Jun 05 20:52:55 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 05 20:52:55 2025 -0700 |
tree | 2d1af6a7d7ae7c19e8b131a26409a149baeac56e | |
parent | f16aed484707e7ace118e8a57191018844b50a14 [diff] |
Range Analysis: Compute range of `Binary` with `Divide` operator This patch computes the range of a `Binary` with `Divide` operator when the `lhs` is a non-negative integer and `rhs` is a positive integer. Bug: 348701956 Test: tint_unittests Change-Id: Id51cd5b3dd44b9518ef2ac0fd7bd61b9fda86678 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/245196 Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> Reviewed-by: James Price <jrprice@google.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.