[ir] Only clone let name if it's valid. A `let` isn't required to have a name in the IR. When cloning, make sure we only attempt to clone valid names. If the name is invalid, just leave as invalid in the cloned instruction. Fixed: 430335249 Change-Id: I7c021fc7ad2c06e791e6709db16c414db892b505 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/252734 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: Ryan Harrison <rharrison@chromium.org>
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.