Skip to content

Commit

Permalink
Subgroup f16 pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter McNeeley committed Dec 11, 2024
1 parent 2d074b5 commit 6b420d4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/webgpu/shader/validation/parse/enable.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,18 @@ enable f16;`,
code: `enable subgroups;`,
pass: true,
},
subgroups_f16_pass1: {
code: `
enable f16;
enable subgroups;`,
pass: true,
},
subgroups_f16_pass2: {
code: `
enable subgroups;
enable f16;`,
pass: true,
},
};

g.test('enable')
Expand Down

0 comments on commit 6b420d4

Please sign in to comment.