Marcin Hajder

Results 25 issues of Marcin Hajder

Completed during work on [CTS PR](https://github.com/KhronosGroup/OpenCL-CTS/pull/1942)

According to work plan from #1691, new clSemaphoreWrapper introduced to avoid duplication of code

focused review

This PR addresses the first part of #1691 issue and #1875 issue.

According to work plan from issue #1058

focused review

According to work plan from issue #1058 Corrections to general test: -removed duplication of separate tests for each element of `PrintfTestType` vector, instead `doTest` procedure would iterate over vector related...

According to issue description (bruteforce section): https://github.com/KhronosGroup/OpenCL-CTS/issues/142 Additional remark: This PR is based on @gwawiork work from PR [#1433](https://github.com/KhronosGroup/OpenCL-CTS/pull/1433). Due to long approval process it was necessary to rebase and...

According to issue description (conversions section): https://github.com/KhronosGroup/OpenCL-CTS/issues/142 Additional remarks: - In the process of adding `cl_khr_fp16` support source code was unified and as result heavily refactored. - Some pieces of...

In `test_vulkan_interop_image.cpp` we have `vulkan` interoperability coverage for `image2d_t`, there is lack of support for: - `image1d_t` - `image1d_array_t` - `image2d_array_t` - `image3d_t`

According to issue description (geometrics section): https://github.com/KhronosGroup/OpenCL-CTS/issues/142 Couple of additional remarks for reviewers: - Source files `test_geometrics.cpp` and `test_geometrics_double.cpp` were unified in the process of adding `cl_khr_fp16` support. I've tried...

In `test_bruteforce` there are couple of tests focused on kernel procedures which are already covered by `test_relationals`: ``` isequal isgreater isgreaterequal isless islessequal islessgreater isnotequal ``` There are also other...

cleanup/refactoring