commit | a8ac1c1022b74a138c1c48a05a9ea23bb18153c7 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Feb 06 10:02:03 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 06 10:02:03 2025 -0800 |
tree | bc1d21eae0a6b7ffdb42afff028956c6e9c29971 | |
parent | 63656cd44585cd2df02eb26971f66fdda8170d9b [diff] |
[spirv-reader][ir] Support `OpKill` Translate an `OpKill` SPIR-V instruction into a `discard; ret` IR instructions. The semantics of `OpKill` don't currently exist in WGSL, the `discard` instruction is more like `OpDemoteToHelperInvocation`. The `discard; ret` is similar, although not completely the same, but it's as close as we can currently get. Bug: 391487196 Change-Id: I8abd5526b866e74f90a3c5cba06cf2001837ab28 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/225094 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.