mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 09:03:14 +08:00
Rename functions
Rename getEngines to getAllEngines Rename engines to allEngines Rename getEngineGroups to getRegularEngineGroups Rename engineGroups to regularEngineGroups Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
3fd938a124
commit
64aec8dc4e
@@ -74,7 +74,7 @@ void RootDevice::initializeRootCommandStreamReceiver() {
|
||||
commandStreamReceivers.push_back(std::move(rootCommandStreamReceiver));
|
||||
|
||||
EngineControl engine{commandStreamReceivers.back().get(), osContext};
|
||||
engines.push_back(engine);
|
||||
allEngines.push_back(engine);
|
||||
addEngineToEngineGroup(engine);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user