commit | 032c1403099cb1a02ef63e8068d28d282d76258a | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Sep 06 15:39:41 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 06 15:39:41 2023 +0000 |
tree | d8ffc8e6c77d2ba8c45d234b73a8df4d28c29341 | |
parent | a9fcfdfeff3ef9bdb0f85ad81897e2aac82dd086 [diff] |
[ir] Move SPIR-V IntrinsicCall to out of ir This CL moves the SPIR-V specific IntrinsicCall code out of `core::ir` and into `spirv::ir`. The list of intrinsics is generated from the `spirv.def` file. The builder is updated to allow specifying the class of the specific type of IntrinsicCall to instantiate. Bug: tint:1718 Change-Id: I0737f3bd74f3d239cc56a38296faba21f5fdfd3f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/150020 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org>
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.