mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
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:
committed by
Compute-Runtime-Automation
parent
ed0c36117e
commit
3b3d40252e
@@ -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
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user