commit | 955392691b352343ec52eb8e21b8bea05515481d | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Tue May 06 17:44:20 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 06 17:44:20 2025 -0700 |
tree | 7e33c50b27ae574fa7e63f6b6b3d3919e1313721 | |
parent | 5436b32e3f23da0af31597309d26e2ab06e04664 [diff] |
[dawn] Replace `ScanForward()` with `std::countr_zero()` in C++20 Bug: 343500108 Change-Id: I8fd817c6a5f80a0a3f34c0a208f27f3efff6ba0e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/240654 Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> Reviewed-by: Loko Kung <lokokung@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.