Skip to content

Subgroups feature not supported (but 'subgroup' is) #721

@HongchengZhao

Description

@HongchengZhao

Describe the bug

When I try to request device with subgroups feature, it throws an error KeyError: "Unknown feature: 'subgroups'"

To Reproduce

adapter = wgpu.gpu.request_adapter_sync(power_preference=wgpu.PowerPreference.high_performance)
device = adapter.request_device_sync(required_features=[wgpu.FeatureName.subgroups])

Your environment

OS: Linux
python: 3.10
wgpu-py: 0.22.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions