commit | d04c54e1784c6cafa5c8b3a936c1c682f99de4e4 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Tue Oct 11 17:53:07 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 11 17:53:07 2022 +0000 |
tree | 513025c8c477588509a4857c9bcd025224110c1b | |
parent | b7b2d3db3043a3396484ee4f99d5c31a85850560 [diff] |
tint/utils: Add Levenshtein Distance() function Will be used to make a suggestion when enums fail to parse. Bug: tint:1629 Change-Id: Ia2754f86641f752539fa541ddb6b90b4e200f07c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/105320 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
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.