mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 00:24:58 +08:00
fix: add cache flush as dependency for bcs ccs synchronization
Related-to: NEO-9872 Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
10ed479b16
commit
e39893485c
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2023 Intel Corporation
|
||||
* Copyright (C) 2018-2024 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -65,4 +65,5 @@ void TimestampPacketDependencies::moveNodesToNewContainer(TimestampPacketContain
|
||||
barrierNodes.moveNodesToNewContainer(timestampPacketContainer);
|
||||
auxToNonAuxNodes.moveNodesToNewContainer(timestampPacketContainer);
|
||||
nonAuxToAuxNodes.moveNodesToNewContainer(timestampPacketContainer);
|
||||
multiCsrDependencies.moveNodesToNewContainer(timestampPacketContainer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user