mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
Revert "Disable RelaxedOrdering if UpdateTagFromWait is disabled"
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
fb82af429b
commit
e49e245bec
@@ -71,7 +71,7 @@ class MockCommandStreamReceiver : public CommandStreamReceiver {
|
||||
|
||||
SubmissionStatus flushTagUpdate() override { return SubmissionStatus::SUCCESS; };
|
||||
void updateTagFromWait() override{};
|
||||
bool isUpdateTagFromWaitEnabled() const override { return false; };
|
||||
bool isUpdateTagFromWaitEnabled() override { return false; };
|
||||
|
||||
bool isMultiOsContextCapable() const override { return multiOsContextCapable; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user