gpuweb / cts

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

Improve validation tests for unpack builtin functions #3630

Closed haoxli closed 4 months ago

haoxli commented 5 months ago

The f16 need to enable extra extension, to make the case simpler, I don't want to enable the extension in the return type validation tests. And we have tested f32 and other 32-bits types in the tests, no need f16 here.

Issues: #3618, #3620


Requirements for PR author:

Requirements for reviewer sign-off:

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

haoxli commented 5 months ago

Ok, I will update the unpack builtins validation using validateConstOrOverrideBuiltinEval with return types.

haoxli commented 5 months ago

@ben-clayton PTAL! Thanks.