Reland "Add default compile target to gn_v2 builders" This is a reland of commit acba8f76c9d095e662d6363f54a2bad800fbdfe0 Changes from original CL: * Added the "default" target to gn_isolate_map.pyl Original change's description: > Add default compile target to gn_v2 builders > > Adds the "default" target to the list of additional_compile_targets on > gn_v2 builders. This keeps the gn_v2 builders consistent with the legacy > builders, which always built the default target in addition to test > targets. > > Bug: 385317083 > Change-Id: I1ee2e34810b3675bb8ea1d4e89f8b38892c22e2b > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/263775 > Reviewed-by: Yuly Novikov <ynovikov@chromium.org> > Auto-Submit: Brian Sheedy <bsheedy@google.com> > Commit-Queue: Yuly Novikov <ynovikov@chromium.org> > Commit-Queue: Brian Sheedy <bsheedy@google.com> Bug: 385317083 Change-Id: I26526ac07e75c38ee3049b67dd49b21ab73b2c45 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/263797 Reviewed-by: Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@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.