commit | 7c391e87eb117eebd30d1941c4c258dff3254d20 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Mon Dec 04 18:14:25 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 04 18:14:25 2023 +0000 |
tree | f02f47f3245dc4c4a1f4304d997366858a7728d5 | |
parent | ac0216bad7571c972ea2a592310beb36aa1f299a [diff] |
[third_party][dxc] Remove include directory to llvm_assert `third_party/dxc/lib/Support/assert.cpp` was including `<assert.h>`, and because of this include directory, it was picking up DXC's assert.h instead of the system header. This caused `llvm_assert()` to call itself until the stack was blown. Change-Id: I943b53c48bd1e5ae350555161691397be12daaac Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/163882 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Commit-Queue: Ben Clayton <bclayton@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.