James Price

Results 36 issues of James Price

ocl-icd provides an `OCL_ICD_ASSUME_ICD_EXTENSION` environment variable which tells it to skip the check for `cl_khr_icd` when loading ICDs. There are some users that are depending on this functionality (e.g. to...

See OpenCL-CTS for an example of how to do this.

We have tests that the results of most builtins must be used in [must_use.spec.ts](https://github.com/gpuweb/cts/blob/main/src/webgpu/shader/validation/parse/must_use.spec.ts), but we have also started adding equivalent tests inside the per-builtin validation suites, e.g. #3496. We...

wgsl

Test that the short-circuiting logical expressions are only accepted for scalar boolean types. Also test that they guard invalid expressions on the right-hand-side when the left-hand-side is a const-expression. **Requirements...

wgsl

proposal
wgsl
api