commit | 6ab748f215291a3f07bd61035e31e28241885847 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Tue Sep 26 18:02:48 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 26 18:02:48 2023 +0000 |
tree | c7d2f9919348ce27fd8f3a142b4ffac36e3ab304 | |
parent | a1de3cc53ee4049ca5e2aa9e536e67532d6b8541 [diff] |
gn/dxc/BUILD.gn: Support llvm_triple/arch for more cross compilation. This expands the "switches" over target_os and target_cpu to cover more values when computing the llvm triple and LLVM_NATIVE_ARCH. (in particular fixes cross-compilation from ARM macs) Bug: dawn:2070 Change-Id: I07bbba478a23acdd88d1bcdba38a39391228b444 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/153162 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.