mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
- vm_bind with user fence updates fence value independently for every VM hence with per-context VMs, every context needs its unique fence address. This prevents 2 contexts from updating value possibly writing lower value than the one that was already stored Resolves: NEO-8004 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>