mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
Revert "fix: add cache flush as dependency for bcs ccs synchronization"
This reverts commit 5e57bb2a32.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
c57534eb67
commit
8342c0ae2f
@@ -8,8 +8,6 @@
|
||||
#pragma once
|
||||
#include "shared/source/utilities/stackvec.h"
|
||||
|
||||
#include <set>
|
||||
|
||||
namespace NEO {
|
||||
|
||||
class TimestampPacketContainer;
|
||||
@@ -29,7 +27,5 @@ class CsrDependencies {
|
||||
void makeResident(CommandStreamReceiver &commandStreamReceiver) const;
|
||||
void copyNodesToNewContainer(TimestampPacketContainer &newTimestampPacketContainer);
|
||||
void copyRootDeviceSyncNodesToNewContainer(TimestampPacketContainer &newTimestampPacketContainer);
|
||||
|
||||
std::set<CommandStreamReceiver *> csrWithMultiEngineDependencies;
|
||||
};
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user