commit | d35a3b60267d35526d4af88599b62bc054b7b52e | [log] [tgz] |
---|---|---|
author | Peter McNeeley <petermcneeley@google.com> | Fri Sep 20 20:20:51 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 20 20:20:51 2024 +0000 |
tree | 16979beffd5348554048d38dacb6ac19c78e1532 | |
parent | 00b941a36b3667490c33f85a66e1217245291f07 [diff] |
Add subgroupInclusiveAdd and subgroupInclusiveMul HLSL does not have these variants so simple poly fills are required. Subgroups proposal [0] On HLSL we need to use a very lightweight polyfill [1]. [0] https://github.com/gpuweb/gpuweb/blob/main/proposals/subgroups.md [1] https://github.com/gpuweb/gpuweb/blob/main/proposals/subgroups.md#appendix-b-wgsl-built-in-function-mappings Bug: 361330160 Change-Id: Ia69156db01a87b54a2ee0377ed3f054a3879e107 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/206894 Commit-Queue: Peter McNeeley <petermcneeley@google.com> 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.