commit | 7710e30ee0505d986b54c6f3d41a2f6d6c0bdcbc | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Fri Apr 26 00:22:27 2024 +0000 |
committer | James Price <jrprice@google.com> | Fri Apr 26 00:22:27 2024 +0000 |
tree | 92d9c2ba0bea2939b8d755e2522e23bf3a5e5b9f | |
parent | 10600c005fe72c2ebda8ec878f63884f213e5d40 [diff] |
[ir] Change disassembled block names to $Bn Also change the declaration of a block from `%bn = block` to `$Bn:`. Change-Id: I7ceea6013bda5b47dcfdc7225901c5b126f9449c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/185901 Reviewed-by: dan sinclair <dsinclair@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.