Skip to content

Commit

Permalink
wgsl: Update cache string for AF degrees execution tests (#3195)
Browse files Browse the repository at this point in the history
Fixes #3194
  • Loading branch information
zoddicus authored Nov 29, 2023
1 parent 11dffcd commit 0adb819
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/resources/cache/hashes.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"webgpu/shader/execution/cos.bin": "13305519",
"webgpu/shader/execution/cosh.bin": "20965093",
"webgpu/shader/execution/cross.bin": "3cfeb2a1",
"webgpu/shader/execution/degrees.bin": "6ac880fa",
"webgpu/shader/execution/degrees.bin": "6d9b3197",
"webgpu/shader/execution/determinant.bin": "d09e35b7",
"webgpu/shader/execution/distance.bin": "790d45ea",
"webgpu/shader/execution/dot.bin": "5f7aa2bc",
Expand Down
Binary file modified src/resources/cache/webgpu/shader/execution/degrees.bin
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ g.test('abstract_float')
.combine('vectorize', [undefined, 2, 3, 4] as const)
)
.fn(async t => {
const cases = await d.get('abstract');
const cases = await d.get('abstract_const');
await run(
t,
abstractBuiltin('degrees'),
Expand Down

0 comments on commit 0adb819

Please sign in to comment.