mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
* Initial commit for clSetKernelArg test case (issue #1369, p.1.7): https://github.com/KhronosGroup/OpenCL-CTS/issues/1369 * Added simultaneous version of clSetKernelArg test, (#1369, p.1.7): https://github.com/KhronosGroup/OpenCL-CTS/issues/1369 * Added/corrected comments (#1369, p.1.7) * Corrected logic of conditions of command-buffer simultaneous use (#1369, p.1.7): https://github.com/KhronosGroup/OpenCL-CTS/issues/1369 * Added missing comment for consistency with other command-buffer tests * Cleanup related to code review (#1369, p.1.7): https://github.com/KhronosGroup/OpenCL-CTS/issues/1369 * Added clang format correction * Removed redundant code (issue #1369 clSetKernelArg)