commit | 06c0aee3e3e651bdb96b5f719340d0614d4bb6c9 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Tue Mar 25 18:21:19 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 25 18:21:19 2025 -0700 |
tree | ee96274868629e639d726e97a043ab3aeca8f3d7 | |
parent | aa08d8eb638116577b4609170f7f54a4f35f5f4b [diff] |
Range Analysis: Check loop continuing block This patch is the second part to implement the computation of the range on the loop control variables. In this patch we implement the function `GetBinaryToUpdateLoopControlVariableInContinuingBlock()` to get the binary to update the loop control variable in the loop continuing block if the loop continuing block meets the requirements of current range analysis algorithm (a straightforward for-loop): - Only one load and one store instruction on the loop control variable got in the loop initializer. - Only accept plus one or minus one to the loop control variable. Bug: chromium:348701956 Test: tint_unittests Change-Id: I20ec096ab14d6d7bc098e92bcd731d0195d963e6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/222074 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.