commit | c178ddf9a6082ba4276228f34ae970ccb84bdb36 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Feb 20 10:06:25 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 20 10:06:25 2025 -0800 |
tree | 40c7505d26d69044682bab359f28fff8898e4486 | |
parent | 458fc9935c8116484b6970764e65fdb9d725e05b [diff] |
[spirv-reader][ir] Support remaining OpFOrd instructions. Add conversions for `OpFOrdNotEqual`, `OpFOrdGreaterThan`, `OpFOrdGreaterThanEqual`, `OpFOrdLessThan`, and `OpFOrdLessThanEqual`. Bug: 391486260, 391486721, 391487147, 391486343, 397725475 Change-Id: Ic82b9d26290ae0d36d1bf3cab4c5b4074426f047 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/226915 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.