gpuweb / cts

WebGPU Conformance Test Suite
https://gpuweb.github.io/cts/
BSD 3-Clause "New" or "Revised" License
121 stars 72 forks source link

wgsl: Migrate AF multiplication tests to use lookup table #3691

Closed zoddicus closed 2 months ago

zoddicus commented 2 months ago

Also converts some of the existing lookup tables to use Map instead of Record, this allows to having missing key errors appear at the key lookup, instead of later then the value is trying to be used.

Fixes #2993


Requirements for PR author:

Requirements for reviewer sign-off:

When landing this PR, be sure to make any necessary issue status updates.