Kévin Petit

Results 219 issues of Kévin Petit

The JSON tutorial states: >The question-mark prefixing value (”?value”) tells the tree-builder to inline this branch if it has only one member. In this case, value will always have only...

It seems the cl_khr_spirv_linkonce_odr OpenCL extension is supported but not present in the list of extensions reported via `clGetDeviceInfo`. Am I missing something?

This is error prone. See https://github.com/kpet/clvk/pull/644/files#r1466975540 for a recent pain point this created. Can we encapsulate this in wrappers for all actions that require exclusive access to command pools?

We currently allocate new descriptor sets for each kernel enqueue when kernel arguments change but we don't use features such as update after bind so we only really need one...

See https://github.com/kpet/clvk/pull/629#discussion_r1390197204

See comments on https://github.com/kpet/clvk/pull/614

A few things to address after the initial PR: - [ ] Rewrite conditions to exclude `CL_LUMINANCE` and `CL_INTENSITY` formats. See https://github.com/kpet/clvk/pull/609#discussion_r1359888301 - [ ] Handle differences between images backed...

See #598 and #599

In builds where clspv is a separate binary, we're currently using the shell to execute it. Some applications (e.g. hashcat) use build options that the shell interprets. Those need to...