Skip to content

Commit

Permalink
Update src/webgpu/shader/validation/expression/call/builtin/subgroupS…
Browse files Browse the repository at this point in the history
…huffle.spec.ts
  • Loading branch information
alan-baker authored Nov 28, 2024
1 parent 8f85419 commit 0a254dc
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ g.test('param2_early_eval')
.params(u =>
u
.combine('op', kOps)
.filter(t => {
return t.op !== 'subgroupShuffle';
})
.combine('value', [0, 127, 128] as const)
.beginSubcases()
.combine('stage', ['constant', 'override', 'runtime'] as const)
Expand Down

0 comments on commit 0a254dc

Please sign in to comment.