commit | 0767dc6ae9a188e088cbf6b2dc973e5f727bec18 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Feb 06 08:23:55 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 06 08:23:55 2025 -0800 |
tree | 8a5357536e16871c44220168e79f05fb6ac7cf7e | |
parent | 9d2d2611c727360d6f3679d174b41441c4d8087f [diff] |
[spirv-reader][ir] Support `OpUnreachable` Translate an `OpUnreachable` SPIR-V instruction into an `unreachable` IR instruction. Bug: 391486703 Change-Id: I90eb9f0c3b823da926d7b0879cb742229789d9f2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/225034 Commit-Queue: dan sinclair <dsinclair@chromium.org> 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.