-
-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working