Skip to content

[WebGPU] Subgroups feature is not enabled for ort-web WebGPU EP #25595

@Honry

Description

@Honry

From my local debugging when running a GenAI model with ort-web WebGPU EP, I find the context.HasFeature(wgpu::FeatureName::Subgroups) in following file always return false. Thus the ApplyFlashAttention() will never be invoked.

context.HasFeature(wgpu::FeatureName::Subgroups) &&

However, I can get this feature from dev tool:

Image

The ort-web I built was based on commit c1cbe08

Metadata

Metadata

Assignees

No one assigned

    Labels

    ep:WebGPUort-web webgpu providerplatform:webissues related to ONNX Runtime web; typically submitted using template

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions