mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-12 00:59:38 +08:00
Add tracking of memory used for usm reuse mechanism when multiple cl contexts are used. Tracking for device added to NEO::Device, for host added to NEO::MemoryManager. This fixes usm reuse using x% of memory per each context instead of globally. Related-To: NEO-13308 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>