commit | b0a81d53d26b3f52ff8824e09aeac77a1a488d33 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Fri Jun 06 16:37:07 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 06 16:37:07 2025 -0700 |
tree | 6c2674e3bb20e63025c7b672ff390a2480fef596 | |
parent | 7f2e6480a756ae5d75adc3a2dc2830ec670b3665 [diff] |
Range Analysis: Compute range of `Binary` with `>>` operator This patch computes the range of a `Binary` with `>>` (shift-right) operator when the `lhs` is a non-negative integer. Bug: 348701956 Test: tint_unittests Change-Id: I42d0e4ff542a6feb7b6e1f929c6fffa8338b2bed Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/245776 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.