commit | ae739d6d1cf29d1ca45e4a2b5840fa7f3f2b003f | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Nov 23 16:37:21 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 23 16:37:21 2022 +0000 |
tree | fc7b800e8cfa0c493fdd18563743c0ecf08b4e39 | |
parent | e9ad15ae7fc03178d2e3c2f6954c02f6b48beeea [diff] |
Add const-eval for `exp` and `exp2`. This CL adds const-eval routines for `exp` and `exp2`. Bug: tint:1581 Change-Id: I59cc77aee64bfadf6ff10548f27f3d253b68a129 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/111322 Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
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.