commit | deaaf2dc10b57ec574f93f7737ee7ab85ad78486 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Feb 27 10:45:55 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 27 10:45:55 2025 -0800 |
tree | b1eaac667f9af2c531fd6dabbe4e53d1869fa5a2 | |
parent | d3f19413bfd6fdd64d4bf79822a5d19631511487 [diff] |
[spirv-reader][ir] Add OpFMod conversion Add support for converting an `OpFMod` into `x - (y * floor(x / y))`. Bug: 391486555 Change-Id: I03db7dbe74f158f7d924049d0b565faf677f87fb Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/228314 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org>
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.