commit | 650cb61f708baace9689864b1599c5bf56b6938e | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Tue Sep 26 19:19:16 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 26 19:19:16 2023 +0000 |
tree | 1bc55a254e0c28afa74a833dfeab3cc65ca19a4b | |
parent | 8cd1f0a6eccdc15b5ddbe6e6d8b349b7f83ca3b2 [diff] |
[ir][spirv-writer] Implement DP4A builtins Use the SPIR-V builtin polyfill transform to map them to new `sdot` and `udot` SPIR-V builtins. De-duplicate extensions in the SPIR-V module and switch capability deduplication over to a Hashset. Bug: tint:1906 Change-Id: Ie57844cba16c2d6f2da45becbe26e35425050b49 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/152863 Commit-Queue: James Price <jrprice@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.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.