commit | 6c4de8b23b6406519774c658fa33df45a74b1f1e | [log] [tgz] |
---|---|---|
author | Zhaoming Jiang <zhaoming.jiang@intel.com> | Mon Jul 17 09:37:19 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 17 09:37:19 2023 +0000 |
tree | 27053cba00ca237d394110e33161be6f8f07bcee | |
parent | 2060ca2e3d595622b1f217b7d53cc3a847bd228a [diff] |
Tint: Implement bitcast for f16 This CL implement the missing bitcast from/to f16 types, including resolver validation and HLSL/GLSL backends. MSL and SPIRV backends have native support. Related unittests and tint tests are also implemented. Bug: tint:1977, dawn:1510, tint:1502 Change-Id: I04499864df4115eeb130aceb359151e8e1ffbfa9 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/140500 Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Zhaoming Jiang <zhaoming.jiang@intel.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.