commit | 416f3e89fb460b2b37053536798dd45983863cd2 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Wed Apr 23 18:05:03 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 23 18:05:03 2025 -0700 |
tree | 4cd6b5d061519be6e6f5c40d79a2a354b632f820 | |
parent | be601d175eb25bcef5e8ee2b5e84febbf5065770 [diff] |
Range Analysis: Remove `GetCompareOpAndConstRHS()` This patch removes `GetCompareOpAndConstRHS()` and merges the logic to extract the information of the comparison binary into the function `GetCompareInfoOfLoopControlVariableInLoopBody()` where the comparison binary is checked to make the code more robust and remove the redundant switch statements Bug: 348701956 Test: tint_unittests Change-Id: I04769f9a4d3e178117693198fcd5decfe0a22cd4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/238655 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.