Functionality added to the WebGPU spec after its first shipment in a browser. The GPUAdapterInfo isFallbackAdapter boolean attribute indicates if an adapter has significant performance limitations in return for wider compatibility, more predictable behavior, and/or improved privacy. Note that a fallback adapter may not be present on all systems.
This feature has not yet been implemented in any browser. It has been approved by the GPU for the Web Community Group, with representatives from Chrome, Firefox, and Safari. See minutes at https://github.com/gpuweb/gpuweb/wiki/GPU-Web-2025-03-05#move-isfallbackadapter-into-gpuadapterinfo-4971 and https://github.com/gpuweb/gpuweb/pull/5099#issuecomment-2737426600
Does this intent deprecate or change behavior of existing APIs, such that it has potentially high risk for Android WebView-based applications?
None
None
All platforms will eventually have support. Will immediately be available on Android, Android WebView, ChromeOS, Mac, and Windows, since those platforms already support WebGPU. Linux is planned to have WebGPU support in the future, so this feature will become available when WebGPU does.
WebGPU/WGSL have a conformance test suite (https://github.com/gpuweb/cts) that is regularly pulled into Chromium and part of the testing of Dawn/Tint in Chromium. While the CTS can be embedded in WPT, the WebGPU team opted to keep it separate in Chromium testing to use a customized harness for robustness and performance. All the tests about this feature in WebGPU CTS can be found at https://github.com/gpuweb/cts/issues/2356
No milestones specified
Open questions about a feature may be a source of future web compat or interop issues. Please list open issues (e.g. links to known github issues in the project for the feature specification) whose resolution may introduce web compat/interop risk (e.g., changing to naming or structure of the API in a non-backward-compatible way).
None--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/c3deaa0e-9ec3-42cb-80f7-d6f735bdb60dn%40chromium.org.
LGTM3
LGTM3
On 3/28/25 5:44 AM, TAMURA, Kent wrote:
LGTM2
On Thu, Mar 27, 2025 at 6:43 PM Yoav Weiss (@Shopify) <yoav...@chromium.org> wrote:
LGTM1
On Monday, March 24, 2025 at 10:13:11 AM UTC-4 François Beaufort wrote:
Contact emails fbea...@google.com
Explainer The GPUAdapter isFallbackAdapter boolean attribute currently shipped in Chrome browser only does not allow libraries that take user-provided GPUDevice objects from accessing this information through the adapterInfo attribute on GPUDevice. Adding a GPUAdapterInfo isFallbackAdapter boolean attribute solves this problem.
Note that GPUAdapter isFallbackAdapter usage is being measured to determine if it can be deprecated and removed, as Chrome has not yet shipped support for fallback adapters.
https://github.com/gpuweb/gpuweb/pull/5099
Specification https://gpuweb.github.io/gpuweb/#dom-gpuadapterinfo-isfallbackadapter
SummaryFunctionality added to the WebGPU spec after its first shipment in a browser. The GPUAdapterInfo isFallbackAdapter boolean attribute indicates if an adapter has significant performance limitations in return for wider compatibility, more predictable behavior, and/or improved privacy. Note that a fallback adapter may not be present on all systems.
Blink component Blink>WebGPU
TAG review None
TAG review status Not applicable
RisksInteroperability and Compatibility
This feature has not yet been implemented in any browser. It has been approved by the GPU for the Web Community Group, with representatives from Chrome, Firefox, and Safari. See minutes at https://github.com/gpuweb/gpuweb/wiki/GPU-Web-2025-03-05#move-isfallbackadapter-into-gpuadapterinfo-4971 and https://github.com/gpuweb/gpuweb/pull/5099#issuecomment-2737426600
Gecko: No signal Mozilla members have requested during weekly standardization meetings that we don't file standard positions anymore as we reached Candidate Recommendation (CR) status.
For the history books, do we have this captured somewhere like meeting minutes?
On Friday, March 28, 2025 at 1:57:08 PM UTC+1 Mike Taylor wrote:
LGTM3
On 3/28/25 5:44 AM, TAMURA, Kent wrote:
LGTM2
On Thu, Mar 27, 2025 at 6:43 PM Yoav Weiss (@Shopify) <yoav...@chromium.org> wrote:
LGTM1
On Monday, March 24, 2025 at 10:13:11 AM UTC-4 François Beaufort wrote:
Contact emails fbea...@google.com
Explainer The GPUAdapter isFallbackAdapter boolean attribute currently shipped in Chrome browser only does not allow libraries that take user-provided GPUDevice objects from accessing this information through the adapterInfo attribute on GPUDevice. Adding a GPUAdapterInfo isFallbackAdapter boolean attribute solves this problem.
Note that GPUAdapter isFallbackAdapter usage is being measured to determine if it can be deprecated and removed, as Chrome has not yet shipped support for fallback adapters.
https://github.com/gpuweb/gpuweb/pull/5099
Specification https://gpuweb.github.io/gpuweb/#dom-gpuadapterinfo-isfallbackadapter
SummaryFunctionality added to the WebGPU spec after its first shipment in a browser. The GPUAdapterInfo isFallbackAdapter boolean attribute indicates if an adapter has significant performance limitations in return for wider compatibility, more predictable behavior, and/or improved privacy. Note that a fallback adapter may not be present on all systems.
Blink component Blink>WebGPU
TAG review None
TAG review status Not applicable
RisksInteroperability and Compatibility
This feature has not yet been implemented in any browser. It has been approved by the GPU for the Web Community Group, with representatives from Chrome, Firefox, and Safari. See minutes at https://github.com/gpuweb/gpuweb/wiki/GPU-Web-2025-03-05#move-isfallbackadapter-into-gpuadapterinfo-4971 and https://github.com/gpuweb/gpuweb/pull/5099#issuecomment-2737426600
Gecko: No signal Mozilla members have requested during weekly standardization meetings that we don't file standard positions anymore as we reached Candidate Recommendation (CR) status.
For the history books, do we have this captured somewhere like meeting minutes?
Not sure if you are asking about this change specifically or in general. For this feature they oked in the meeting where we talked about it. For the general agreement, I can't find a public statement for this, though they mentioned that repeatedly in sync meetings. What's the process to actually get statement like that? Should our Web standard folks reach out to Mozilla's?
Thanks for the pointer!
A simple way would be to file a Mozilla standards position and
have someone say as much in a comment - then you could link to
that similar to https://github.com/WebKit/standards-positions/issues/294#issuecomment-1877411933.
If folks are in sync meetings with Mozilla folks, you could also
ask them what they prefer (or they could even reply to this
thread).