[cmake] Add new warning suppressions for third_party/ Since we have pulled in a new major version of llvm I am seeing some new warnings in the cmake build logs. Turning off these warnings in third_party/ since they are in code that we don't own so don't really care about them. For context the current stable llvm is 22, but Chromium/Dawn use ToT which is 24. The upstream projects may in the future fix these issues as the version of llvm they actively supports catch up. Change-Id: Id1dbb5f3005c450df6298dd7cc0a384ca8409b1e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/334396 Commit-Queue: Ryan Harrison <rharrison@chromium.org> Auto-Submit: Ryan Harrison <rharrison@chromium.org> Reviewed-by: James Price <jrprice@google.com> Commit-Queue: James Price <jrprice@google.com> Reviewed-by: dan sinclair <dsinclair@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.