commit | 031f77f8c8f51636d3130199dc2953b41cd3198e | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Feb 18 15:26:26 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 18 15:26:26 2025 -0800 |
tree | 261e7d8c194c6130fc3cbfad5cd0ae045019f199 | |
parent | 18f45d0373057395c9875b455035ef19ca6a655c [diff] |
[spirv-reader][ir] Implement OpConvertFToU Implement the `OpConvertFToU` operand. This can just turn into a `convert` method in the IR since the result must be a `u32` type. Bug: 391485466 Change-Id: I3735078dfb31c0bc55d172f10188909e2b23fa02 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/226677 Auto-Submit: dan sinclair <dsinclair@chromium.org> Reviewed-by: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org> Commit-Queue: 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.