Skip to content

question: can barriers synchronize memory accesses across workgroups #3774

Closed
@dneto0

Description

@dneto0

From a question on the matrix chat.

How do storageBarrier and workgroupBarrier work across workgroups? My assumption is that workgroupBarrier only applies to a single workgroup, but does storageBarrier span all workgroups in a dispatch? ie if I do x.dispatchWorkgroups(1024,1024,1024), will all 1073741824 workgroups be run until the storage barrier and then resumed after the last one hits it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    wgslWebGPU Shading Language IssueswhynotExplain why WGSL has or does not have a feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions