mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 08:07:19 +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
@@ -379,7 +379,7 @@ void ClDevice::initializeCaps() {
|
||||
}
|
||||
}
|
||||
|
||||
for (auto &engineGroup : this->getDevice().getEngineGroups()) {
|
||||
for (auto &engineGroup : this->getDevice().getRegularEngineGroups()) {
|
||||
cl_queue_family_properties_intel properties = {};
|
||||
properties.capabilities = getQueueFamilyCapabilities(engineGroup.engineGroupType);
|
||||
properties.count = static_cast<cl_uint>(engineGroup.engines.size());
|
||||
|
||||
Reference in New Issue
Block a user