Kévin Petit

Results 219 issues of Kévin Petit

https://github.com/KhronosGroup/OpenCL-CTS/pull/2151 introduced a new centralised test registration framework. We should migrate all the test suites to this framework to enable further centralised improvements of the test framework. Here is a...

In https://github.com/KhronosGroup/OpenCL-Headers/pull/276 we started guarding the definitions for provisional extensions under an opt-in macro. We intend to use the same macro for other experimental extensions. The CTS has been assuming...

We could potentially widen this issue to cover all negative testing for `clSetKernelArg` Work plan: `test_api` - [x] `CL_INVALID_KERNEL` - kernel is not a valid kernel object - [x] `CL_INVALID_ARG_INDEX`...

missing-coverage
mobica-backlog

It seems some built-in functions that were tested with the version on cl12_trunk are no longer tested with the master branch version. Here are a few I could spot: -...

missing-coverage
mobica-backlog

- No coverage of the case where the provided pitches are zero (see https://github.com/kpet/clvk/pull/753) - This command is only tested by `test_bufferreadwriterect` which does not seem to cover all possible...

missing-coverage
mobica-backlog
waiting_for_feedback

OpenCL programs can be built multiple times, with different options that can affect the behaviour of the kernels. We do not, AFAICT, test this explicitly in the CTS. Suggested test:...

missing-coverage
mobica-backlog

Starting to capture test scenarios for https://github.com/KhronosGroup/OpenCL-Docs/pull/710 #### Image creation TBD #### Image creation from buffer TBD #### Image creation from external memory - `CL_IMAGE_TILING_LINEAR_EXT` - `CL_IMAGE_TILING_OPTIMAL_EXT` is never allowed...

See https://github.com/KhronosGroup/OpenCL-CTS/pull/2105 We should consider a utility to round up to a multiple of a number too. This is also commonly used.

enhancement
mobica-triage

These require many dependencies and it seems fetching the dependencies of SFML is currently broken. Better to disable them by default so first time users do not need to resolve...

Change-Id: Ibeef6686d8af559952b6e84be335530e36dcf826