mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 09:03:14 +08:00
fix: improve TBX downloading after L0 Event sync
Related-To: HSD-18038498579 Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
4b01058706
commit
696b02bfd3
@@ -177,7 +177,7 @@ class MockCommandStreamReceiver : public CommandStreamReceiver {
|
||||
return commandStreamReceiverType;
|
||||
}
|
||||
|
||||
void downloadAllocations() override {
|
||||
void downloadAllocations(bool blockingWait) override {
|
||||
downloadAllocationsCalledCount++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user