Skip to content

Commit 0adb819

Browse files
authored
wgsl: Update cache string for AF degrees execution tests (#3195)
Fixes #3194
1 parent 11dffcd commit 0adb819

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/resources/cache/hashes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"webgpu/shader/execution/cos.bin": "13305519",
4848
"webgpu/shader/execution/cosh.bin": "20965093",
4949
"webgpu/shader/execution/cross.bin": "3cfeb2a1",
50-
"webgpu/shader/execution/degrees.bin": "6ac880fa",
50+
"webgpu/shader/execution/degrees.bin": "6d9b3197",
5151
"webgpu/shader/execution/determinant.bin": "d09e35b7",
5252
"webgpu/shader/execution/distance.bin": "790d45ea",
5353
"webgpu/shader/execution/dot.bin": "5f7aa2bc",
99 Bytes
Binary file not shown.

src/webgpu/shader/execution/expression/call/builtin/degrees.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ g.test('abstract_float')
4848
.combine('vectorize', [undefined, 2, 3, 4] as const)
4949
)
5050
.fn(async t => {
51-
const cases = await d.get('abstract');
51+
const cases = await d.get('abstract_const');
5252
await run(
5353
t,
5454
abstractBuiltin('degrees'),

0 commit comments

Comments
 (0)