alan-baker
alan-baker
`rsqrt` is `inverseSqrt` in WGSL. `rcp(x)` is just `1/x`. If we added `rcp` it would likely be with a different name (e.g. reciprocal).
See also #3670 and #2765.
I thought read-only would be polyfilled in SPIR-V with a texel fetch on a sampled texture and swizzle? I guess you'd have to play with the usage bits on the...
Here's the rest of the failures for that particular invocation (1D CL_FLOAT kernel_read_write). [test.log](https://github.com/KhronosGroup/OpenCL-CTS/files/10735435/test.log)
There were also failures with other image types/format. And failures in clFillImage tests too.
I don't have the exact cpu model, but it should be a skylake architecture. Fails in both -O1 and -O3 builds. Platform is Linux. No other compiler flags of note.
It looks like this broke some test expectations.
Thanks for the report. Looks like we forgot the documentation updates when we unified some options.
This is covered in #3600
Don't neglect `src/webgpu/shader/validation/expression/call/builtin/value_constructor.spec.ts`.