Marcin Hajder
Marcin Hajder
@kpet at the moment such a scenario is tested in [CommandBufferGetCommandBufferInfo::RunStateInfoTest](https://github.com/KhronosGroup/OpenCL-CTS/blob/da4a30d394c04667178d74902092d2120963c863/test_conformance/extensions/cl_khr_command_buffer/command_buffer_get_command_buffer_info.cpp#L268-L269), I think we can close that issue.
> Qualcomm will follow up with PRs for 1 b) and 2 a ). @bcalidas is it possible to sum up current status of this issue ? It looks to...
> I haven't looked through the code, but as a high level comment: Are these fp16 tests perhaps testing too much? @bashbaug I just went through code and related history....
> The one thing I might check is whether the input buffers have the expected data. @bashbaug I just went through bruteforce procedures with similar pattern for jobs count calculation....
> This PR needs a new owner, so for now I've removed "focused review" and added "help wanted". @bashbaug all pending remarks were addressed, maybe we could remove **`help wanted`**...
> I just created an `fp16-staging` branch, as we discussed. If this PR is retargeted at this branch I will merge it, also as we discussed. @bashbaug I've created new...
This PR was merged to main branch along with [this](https://github.com/KhronosGroup/OpenCL-CTS/pull/1975)
for the reference, error message says: test_read_1D.cpp:1082:5: error: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it...
> We are opposed to this change merging in present form. The precision should be calculated in the same type as being used by the builtin (half for half, and...
@bashbaug I am not even sure if we could consider [that](https://github.com/KhronosGroup/OpenCL-CLHPP/pull/247) approach as fifth option but I will reveal what I learnt only because it works at my machine. The...