commit | 255177fa312fe1092c637cf168815e21a0322446 | [log] [tgz] |
---|---|---|
author | Peter McNeeley <petermcneeley@google.com> | Thu Jan 23 07:53:49 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 23 07:53:49 2025 -0800 |
tree | 544e0d44564413af4e0025c9ccd38df4994a21f7 | |
parent | 32fd0f399d0666b8f87db9eeac66eccd80dbebf6 [diff] |
[dawn] Disable subgroups for intel gen-9 devices for all OS The subgroupBroadcast(f16) function (and possibly others) has implementation issues on gen-9 devices. It may be possible to fix this issue by polyfill or bitcasting at a later date. Bug: 391680973, 373415240 Change-Id: Id7c48f118faf8f7b55759a17da5c8eabacbfda94 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/223074 Reviewed-by: David Neto <dneto@google.com> Commit-Queue: Peter McNeeley <petermcneeley@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.