commit | 7c433e5f6070cf6a5637e7251048c12cf58eb4c1 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Feb 20 14:53:35 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 20 14:53:35 2025 -0800 |
tree | c835c6f7e06c78a5c9f998be22dc7f14b21a003e | |
parent | 4d4b91112783599274799f7e4053357cdb100f16 [diff] |
[spirv-reader][ir] Add Signed comparison operators. Add conversions for the `OpSGreaterThan`, `OpSGreaterThanEqual`, `OpSLessThan` and `OpSLessThanEqual` comparison operators. Bug: 391486024, 391486212, 391486712, 391486323 Change-Id: Id51db4896448dacb01710264dcdf6a048d3b2cc5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/227214 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: James Price <jrprice@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.