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-04-06 15:12:41 +02:00
2023-01-13 08:22:14 +01:00
2023-03-15 18:51:59 +01:00
2023-02-16 14:42:44 +01:00
2023-03-30 15:43:47 +02:00
2023-04-04 11:06:57 +02:00
2023-02-14 08:07:13 +01:00
2023-02-16 14:42:44 +01:00
2023-03-10 13:24:38 +01:00
2023-03-17 09:31:17 +01:00
2023-04-06 14:38:45 +02:00
2023-02-09 15:47:13 +01:00
2023-02-03 11:03:18 +01:00
2023-03-10 17:50:49 +01:00
2023-02-15 13:59:56 +01:00
2023-03-10 13:24:38 +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-03-23 13:14:16 +01:00
2023-03-27 17:22:03 +02:00
2022-08-16 22:16:48 +02:00
2023-03-30 15:43:47 +02:00
2022-09-03 20:25:10 +02:00
2023-03-17 09:31:17 +01:00
2023-03-30 15:43:47 +02:00
2023-04-04 11:23:03 +02:00
2023-03-20 12:49:52 +01:00
2023-03-24 12:17:54 +01:00
2023-03-20 18:17:15 +01:00
2023-04-03 10:01:28 +02:00
2023-03-15 15:48:30 +01:00
2023-03-17 09:31:17 +01:00
2023-01-11 16:10:28 +01:00
2023-03-24 15:24:10 +01:00
2023-03-30 12:46:10 +02:00
2023-02-27 18:23:16 +01:00
2023-02-03 09:03:24 +01:00
2023-03-24 15:59:25 +01:00
2023-03-17 08:34:06 +01:00
2022-05-20 14:20:13 +02:00
2023-02-03 11:16:31 +01:00
2023-01-13 08:22:14 +01:00
2023-03-10 13:24:38 +01:00
2023-03-15 15:48:30 +01:00
2023-03-30 09:56:25 +02:00
2023-03-15 15:48:30 +01:00
2023-03-13 16:14:39 +01:00
2022-07-04 18:20:07 +02:00
2023-03-10 13:24:38 +01:00
2023-01-05 12:58:38 +01:00
2022-08-17 16:17:00 +02:00