gpuweb / cts

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

wgsl: Add AbstractInt entries to `kAllIntegerScalarsAndVectors` #3275

Closed zoddicus closed 6 months ago

zoddicus commented 9 months ago

This constant is defined in src/webgpu/util/conversion.ts and used through out various validation tests. This will 'automatically' add support for AbstractInts in various validation tests.

This is dependent on general support for AbstractInts in the CTS.

zoddicus commented 6 months ago

Support of AI in the validation tests has been implemented and used.