commit | ad22d567e54af729bbb5ee6b80f7efb66bc6c5e9 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Thu May 25 09:56:04 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 25 09:56:04 2023 +0000 |
tree | 4503fb7e1c0b3ac93441fe47872a2b10bb6d6fc8 | |
parent | 4b35f52f9b33eb358a01170ad2fd334f2b5b4347 [diff] |
[tint][bench]: Fix MSL benchmarks These required binding point remapping so that the @group is always zero. Also: Use a unique_ptr for the file in ProgramAndFile. Previously the diagnostics were referring to the std::moved file, causing segfaults if the benchmark program errors and printed diagnostics. Change-Id: Id0e41665b97b3fc73a6cdd5848c5f505cd77e805 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/134280 Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Commit-Queue: Ben Clayton <bclayton@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.