Dont defer BCS context initialization

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2021-06-01 18:07:49 +00:00
committed by Compute-Runtime-Automation
parent 8d0e2034fe
commit 907dec5f11
3 changed files with 17 additions and 17 deletions

View File

@@ -35,6 +35,10 @@ bool OsContext::isImmediateContextInitializationEnabled(bool isDefaultEngine) co
return true;
}
if (engineType == aub_stream::EngineType::ENGINE_BCS) {
return true;
}
return false;
}