Move generated LUCI files Moves the generated LUCI config files from //infra/config/global/generated to //infra/config/global/generated/luci. This should be a functional no-op. This is in line with what Chromium does and is a prerequisite for some upcoming Starlark changes for several reasons: 1. We'll be generating significantly more files in the near future, so it is helpful to group them appropriately. 2. The Starlark code we are taking a dependency on currently assumes that the generated LUCI files are in a luci/ subdirectory. While this should be fixed in the longer term, moving these files will unblock us sooner. Bug: 385317083 Change-Id: Ib60f354d94833dc13abc8e653d213d76073eec7d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/255618 Auto-Submit: Brian Sheedy <bsheedy@google.com> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kai Ninomiya <kainino@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.