commit | 8ba1ef33da72fcceaff24fb6fa971949da713c4b | [log] [tgz] |
---|---|---|
author | Vadim Shtayura <vadimsh@chromium.org> | Tue Oct 06 09:16:19 2020 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Tue Oct 06 09:16:19 2020 +0000 |
tree | e572a0596e78feab49d5402cc7fc5a8fece8a4c6 | |
parent | db2c2dd9b9a2d94c1ac8737cae1924314f11960a [diff] |
infra: Stop statically enforcing Xcode version. The OSX machines in "luci.flex.try" pool that run Dawn tryjobs have been upgraded from OSX 10.14 to OSX 10.15. Per [1], the preferred Xcode version on OSX 10.15 is '12a7209' and most tryjobs (from other projects) install that version. But when a Dawn tryjob runs, it rolls Xcode back to '11b52'. Reinstalling Xcode back and forth like that takes time (~20 min), it caused some tryjobs in the "infra" project to timeout. Unhardcode Xcode version in Dawn configs. It should allow the recipe to pick the "best" version ('12a7209' in this case). [1]: https://source.chromium.org/chromium/chromium/tools/depot_tools/+/master:recipes/recipe_modules/osx_sdk/api.py;l=21?q=11b52&ss=chromium R=cwallez@chromium.org, tandrii@chromium.org Change-Id: I8499a763679b9e9270854bf66c2a21f1e6354594 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/29440 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@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 webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.