Skip to content

Add feature: WebGPU subgroups #2794

Open
@captainbrosset

Description

@captainbrosset

Specification

This is new as of Chrome/Edge 134.

Description

The subgroups WbGPU feature allows SIMD parallelism. By using subgroups, threads within a group can perform collective operations. This provides efficient communication and data sharing among groups of invocations. These operations can be used to accelerate applications, by reducing memory overhead that's incurred by inter-invocation communication.

Documentation

Browser support

Chrome/Edge 134

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature definitionCreating or defining new features or groups of features.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions