gorazd-sumkovski-arm
gorazd-sumkovski-arm
All existing tests in `test_image_streams`, that are capable of testing image formats using the `CL_UNORM_INT_101010_2` data type, now do so.
This test did not pass the `-cl-std=` flag when building the program. As a result, for an OpenCL 3.0 device, the program will be "compiled using the highest OpenCL C...
In the struct `CommandNDRangeKernelKernelWithDifferentContext`, the method `CreateKernelWithDifferentContext()` uses a helper function, `create_single_kernel_helper_create_program()`, which calls another helper. Every helper takes a `cl_program *` as an argument, but the `program` variable being...
Remove the `CREATE_OPENCL_SEMAPHORE` macro and use derived class instantiations of the `clExternalSemaphore` class, rather than base pointers to derived class objects. Remove the default argument for `queryParamName` in `check_external_semaphore_handle_type()`. Move...
Add the `SANITIZER_THREAD` CMake option which will add the `-fsanitize=thread` flag to the compiler and linker when enabled.