Files
compute-runtime/level_zero
Slawomir Milczarek 1410459836 fix: Fix HostPointerManager multi-allocation for non-zero root device indices
Related-To: NEO-15430

Previously, HostPointerManager constructed HostPointerData and
MultiGraphicsAllocation using devices.size()-1 as the max root device index.
This caused aborts when devices with non-zero root device indices were used,
since the internal allocation vector was undersized.
This change computes the maximum root device index from the input device vector
and uses it to size HostPointerData and MultiGraphicsAllocation correctly.

Signed-off-by: Slawomir Milczarek <slawomir.milczarek@intel.com>
2025-10-15 08:22:30 +02:00
..
2025-10-02 08:18:02 +02:00
2025-09-22 12:46:41 +02:00