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:
Maciej Plewka
2024-05-09 11:17:06 +00:00
committed by Compute-Runtime-Automation
parent 10ed479b16
commit e39893485c
13 changed files with 112 additions and 5 deletions

View File

@@ -78,6 +78,7 @@ class MockCommandStreamReceiver : public CommandStreamReceiver {
SubmissionStatus flushTagUpdate() override { return SubmissionStatus::success; };
void updateTagFromWait() override{};
bool submitDependencyUpdate(TagNodeBase *tag) override { return true; };
bool isUpdateTagFromWaitEnabled() override { return false; };
void writeMemoryAub(aub_stream::AllocationParams &allocationParams) override {