commit | c34ca5ffe0cbe156228a4a8a7353f3115fa82b33 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Tue Jun 11 18:24:06 2024 +0000 |
committer | James Price <jrprice@google.com> | Tue Jun 11 18:24:06 2024 +0000 |
tree | 155bdbf91e58ae4eca82266275fe7f6e0fbe5238 | |
parent | 8a78093160d6808f15ee36ed287235b862c29d04 [diff] |
[ir] Add base MemberBuiltinCall instruction class Add validation using the intrinsics table, and disassembler code. No tests yet, as there is no core version of this instruction that we can test with. Change-Id: I068686c30959435fc62692d5a2bde57cffa469fc Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/192303 Reviewed-by: dan sinclair <dsinclair@chromium.org>
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.