Files
OpenCL-CTS/test_conformance
Sven van Haastregt b23268acf5 math_brute_force: don't get build log after clCreateKernel (#1722)
The OpenCL specification states that the build log is only for
clBuildProgram, clCompileProgram or clLinkProgram.  Calling it after
clCreateKernel should not give any additional information, so this is
effectively dead code.  In case building failed, any logs would
already have been printed by create_single_kernel_helper.

Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
2023-05-13 10:21:13 +01:00
..
2021-05-18 18:12:55 +01:00
2020-07-23 17:21:07 +01:00
2023-05-03 09:16:21 +01:00
2023-01-31 09:50:21 -08:00