commit | 56c27ed83d1d145cc25d3c2060432f8906239093 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Feb 20 10:06:30 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 20 10:06:30 2025 -0800 |
tree | 568f0faf67e6a5f138eca8b8da09d201bb3e1c45 | |
parent | c178ddf9a6082ba4276228f34ae970ccb84bdb36 [diff] |
[spirv-reader][ir] Convert the `OpFUnord` instructions. This CL converts the `OpFUnordEqual`, `OpFUnordNotEqual`, `OpFUnordGreaterThan`, `OpFUnordGreaterThanEqual`, `OpFUnordLessThan`, and `OpFUnordLessThanEqual` into the equivalent IR instructions. Bug: 391485740, 391487150, 391487131, 391486668, 391486344, 391486006 Change-Id: I4140a05f9d09177e788e97c48e6df9bcdd4f40cc Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/226897 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.