commit | b942dfab04fa15b99f38728668a74c6d6e3fe79d | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Tue May 06 17:46:45 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 06 17:46:45 2025 -0700 |
tree | 52e2a4ceb8c219c2544f235c452b64addae0d7a9 | |
parent | e8253e98d62b23736c45a1916fe52fca37661417 [diff] |
Range Analysis: Compute range of a scalar integer `Constant` This patch computes the range of an integer scalar `Constant` and returns an `IntegerRangeInfo` object so that we can always compute the valid integer ranges among `IntegerRangeInfo` objects. Bug: 348701956 Test: tint_unittests Change-Id: If4dd9902bdba7bec59e2674ecde36f563f2fb7d9 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/240675 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.