diff --git a/features/draft/webgpu-subgroups.yml b/features/draft/webgpu-subgroups.yml deleted file mode 100644 index c93ee87e556..00000000000 --- a/features/draft/webgpu-subgroups.yml +++ /dev/null @@ -1,8 +0,0 @@ -draft_date: 2025-03-21 -name: WebGPU subgroups -# Description taken from https://learn.microsoft.com/en-us/microsoft-edge/web-platform/release-notes/134#webgpu-subgroups, and needs more work. Can we mention entry points to the feature? Can we clarify/shorten -# the description? -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. -spec: https://gpuweb.github.io/gpuweb/#subgroups -compat_features: - - api.GPUSupportedFeatures.feature_subgroups diff --git a/features/webgpu-subgroups.yml b/features/webgpu-subgroups.yml new file mode 100644 index 00000000000..b2f71575734 --- /dev/null +++ b/features/webgpu-subgroups.yml @@ -0,0 +1,7 @@ +name: WebGPU subgroups +description: The subgroups extension for the WebGPU Shading Language (WGSL) enables SIMD parallelism. Using subgroups, threads in a workgroup can efficiently communicate and perform collective operations. +spec: + - https://gpuweb.github.io/gpuweb/#subgroups + - https://gpuweb.github.io/gpuweb/wgsl/#extension-subgroups +compat_features: + - api.GPUSupportedFeatures.feature_subgroups diff --git a/features/draft/webgpu-subgroups.yml.dist b/features/webgpu-subgroups.yml.dist similarity index 100% rename from features/draft/webgpu-subgroups.yml.dist rename to features/webgpu-subgroups.yml.dist