mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +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
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user