Ignore filesystem inconsistencies in bazel build During the bazel build of LiteRT-LM, the llvm_configure repo rule prunes and restructures some test subdirectories that are not needed, resulting in "Inconsistent filesystem operations", however these files aren't actually necessary for the build, so this can be ignored. Bug and workaround described in: https://github.com/bazelbuild/bazel/issues/26866 Bug: 550309673 Change-Id: I1a492968edc6b9fa4c9bf78877d62642e44e86da Cq-Include-Trybots: luci.dawn.try:dawn-try-linux-x64-nvidia-gtx1660-rel Include-Ci-Only-Tests: ci:dawn-linux-x64-nvidia-gtx1660-rel|litert_lm_benchmark Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/336555 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@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.