Files
compute-runtime/opencl/test/unit_test
Kacper Nowak 3459f3a7f6 fix(OCL): Propagate error on kernel creation to API call
On clCreateKernelsInProgram API call, we do not propagate potential
error from MultiDeviceKernel::create function. User would not know that
i.e. out of 4 kernels, only 3 were created succesfully.
- Propagate error returned from MultiDeviceKernel::create function to
API call
- In case of a failure on kernel creation, release all resources for the
already created ones and return empty array (nullptrs).

Related-To: NEO-7879
Signed-off-by: Kacper Nowak <kacper.nowak@intel.com>
2023-04-06 15:12:41 +02:00
..
2023-01-13 08:22:14 +01:00
2023-01-13 08:22:14 +01:00
2023-02-16 14:42:44 +01:00
2023-02-16 14:42:44 +01:00
2023-02-15 13:59:56 +01:00
2023-02-15 13:59:56 +01:00
2023-03-28 09:29:05 +02:00
2023-01-04 10:40:26 +01:00
2023-02-16 14:42:44 +01:00
2023-01-11 16:10:28 +01:00
2023-02-27 18:23:16 +01:00
2023-03-24 15:59:25 +01:00
2023-01-13 08:22:14 +01:00
2022-07-04 18:20:07 +02:00