Revert "Limit number of CCS engines on PVC"

This reverts commit 8f8370be32.

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2022-08-08 16:50:09 +02:00
committed by Compute-Runtime-Automation
parent ed0c36117e
commit 3b3d40252e
8 changed files with 0 additions and 66 deletions

View File

@@ -199,14 +199,4 @@ void ExecutionEnvironment::parseAffinityMask() {
rootDeviceEnvironments.swap(filteredEnvironments);
}
void ExecutionEnvironment::adjustCcsCount() const {
for (auto &rootDeviceEnvironment : rootDeviceEnvironments) {
UNRECOVERABLE_IF(!rootDeviceEnvironment);
auto hwInfo = rootDeviceEnvironment->getMutableHardwareInfo();
auto hwInfoConfig = HwInfoConfig::get(hwInfo->platform.eProductFamily);
hwInfoConfig->adjustNumberOfCcs(*hwInfo);
}
}
} // namespace NEO

View File

@@ -27,7 +27,6 @@ class ExecutionEnvironment : public ReferenceTrackedObject<ExecutionEnvironment>
virtual void prepareRootDeviceEnvironments(uint32_t numRootDevices);
void prepareRootDeviceEnvironment(const uint32_t rootDeviceIndexForReInit);
void parseAffinityMask();
void adjustCcsCount() const;
void sortNeoDevices();
void sortNeoDevicesDRM();
void sortNeoDevicesWDDM();