gpuweb / cts

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

add abstract-float matrix types to kMatTypes in src/webgpu/util/conversion.ts #3723

Open dneto0 opened 1 month ago

dneto0 commented 1 month ago

The vector type list kVecTypes includes abstract vectors like vec3af. The matrix type list kMatTypes does not. It probably should, due to symmetry. I don't know if this will blow up the number of cases in a way significant for running time.