| commit | 827105c30a7deb73b447464ac0779fad1fc03263 | [log] [tgz] |
|---|---|---|
| author | Ryan Harrison <rharrison@chromium.org> | Thu Jan 16 20:00:32 2025 -0800 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 16 20:00:32 2025 -0800 |
| tree | c022f92354c4453b3758775b7f238fcf16153653 | |
| parent | 9185a4f4c58b987192d83b0005fa437253c2bf64 [diff] |
[tint][ir][val] Check that conversion for specific types exists This CL introduces looking up conversion entries in the intrinsic table for the convert call. It does not enforce that entry is a converter (not a constructor), so is less restrictive then the intended final state. A follow up CL will add the 'is converter' check and update various tests. Bug: 389589696 Change-Id: I2726e6546545fa5cb719343f04e3c286290b727a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/222115 Auto-Submit: Ryan Harrison <rharrison@chromium.org> Commit-Queue: James Price <jrprice@google.com> 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.