commit | ed70ac0399fc13caf9cc63b9e3d1c0e975c37b51 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Jun 27 03:48:03 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 27 03:48:03 2023 +0000 |
tree | 2881d988e80cb53fd797b02a87ddba689dd8269f | |
parent | 965321b6b9867d73838acecca06a4122ae32dfbe [diff] |
[ir][msl] Emit basic constants types Add emission of `bool`, `f16`, `f32`, `i32`, and `i32` constants to the MSL IR generator. Bug: tint:1967 Change-Id: I3b3218ad7aff962063893d608a2b74d7ea9c43b8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/138920 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
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.