Files
compute-runtime/shared/source/os_interface/linux
Maciej Bielski 3ec0a637ba fix(l0): return API error on ISA allocation OOM
It is possible that a module has so many kernels that the 4GB limit of
GPU VA is depleted when each kernel allocates a 64 KB page for its own
ISA. In such case, propagate the ZE_RESULT_ERROR_OUT_OF_DEVICE_MEMORY to
the API caller to indicate the actual problem.

Currently such scenario is not detected, the execution advances a bit
further and the following crashes do not let the user to easily
understand what happened.

Related-To: NEO-7788
Signed-off-by: Maciej Bielski <maciej.bielski@intel.com>
2023-03-23 17:30:15 +01:00
..
2023-03-22 12:20:13 +01:00
2023-01-23 16:19:35 +01:00
2023-01-23 16:19:35 +01:00
2023-01-27 14:31:05 +01:00
2023-01-27 14:31:05 +01:00
2022-12-16 12:36:27 +01:00
2023-02-16 14:42:44 +01:00
2023-01-23 16:19:35 +01:00
2023-03-15 16:14:49 +01:00
2023-01-27 14:31:05 +01:00
2023-02-22 08:02:49 +01:00
2023-03-08 17:55:23 +01:00