commit | 1c06e3fd51fab248c88b393ce7e3d5c590653b3a | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Fri Aug 02 01:48:01 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 02 01:48:01 2024 +0000 |
tree | 6e7a55fd2f11320a52f5c33d76b624ecd74fb484 | |
parent | 7d33d571b64ede3a5ea77ea3c56163540c585065 [diff] |
[msl] Add polyfill for Dot4x8Packed Use the new 8-bit integer types to polyfill these functions by casting to vec4<{i,u}8> and performing the calculations manually. Bug: 42251016 Change-Id: I2b8eb226a2f1aeadfefca3d6adc980d89debb5e3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/201156 Reviewed-by: 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.