| @group(0) @binding(0) var<storage, read_write> prevent_dce : vec2<f16>; |
| fn subgroupMax_a3afe3() -> vec2<f16> { |
| var res : vec2<f16> = subgroupMax(vec2<f16>(1.0h)); |
| prevent_dce = subgroupMax_a3afe3(); |
| @compute @workgroup_size(1) |
| prevent_dce = subgroupMax_a3afe3(); |
| Failed to generate: <dawn>/test/tint/builtins/gen/literal/subgroupMax/a3afe3.wgsl:41:8 error: GLSL backend does not support extension 'subgroups' |
| @group(0) @binding(0) var<storage, read_write> prevent_dce : vec2<f16>; |
| fn subgroupMax_a3afe3() -> vec2<f16> { |
| var res : vec2<f16> = subgroupMax(vec2<f16>(1.0h)); |
| prevent_dce = subgroupMax_a3afe3(); |
| @compute @workgroup_size(1) |
| prevent_dce = subgroupMax_a3afe3(); |
| Failed to generate: <dawn>/test/tint/builtins/gen/literal/subgroupMax/a3afe3.wgsl:41:8 error: GLSL backend does not support extension 'subgroups' |
| tint executable returned error: exit status 1 |