commit | 96a1f6c1fce1fe7a84d3836fea06ed3b46bc7040 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Feb 19 06:29:31 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 19 06:29:31 2025 -0800 |
tree | 66d3ac34fa29c03ab33beefd9c7b51e745a7f312 | |
parent | a8fe215670125687491640728caaaf5a4c58a248 [diff] |
[spirv-reader][ir] Implement OpConvertUToF Implement the `OpConvertUToF` operand. This needs to make sure that the argument is provided as an unsigned value. Bitcast as needed. Bug: 391486027 Change-Id: Ib76643d09c649c8b42283af1cff8140d9a258484 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/226679 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.