mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 08:53:55 +08:00
feature: Support for ccs mode configuration via SysFs
Add support for configuring ccs mode for all applicable devices before KMD is loaded. Use ZEX_NUMBER_OF_CCS to configure ccs mode. Format is as follows: ZEX_NUMBER_OF_CCS=NumberOfCcs i,e Setting ZEX_NUMBER_OF_CCS to 4 sets ccs mode to 4 for all devices for which configuration is supported. Related-To: NEO-10378 Signed-off-by: Bellekallu Rajkiran <bellekallu.rajkiran@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f496233462
commit
9736313d10
@@ -51,6 +51,7 @@ ExecutionEnvironment::~ExecutionEnvironment() {
|
||||
}
|
||||
rootDeviceEnvironments.clear();
|
||||
mapOfSubDeviceIndices.clear();
|
||||
this->restoreCcsMode();
|
||||
}
|
||||
|
||||
bool ExecutionEnvironment::initializeMemoryManager() {
|
||||
|
||||
Reference in New Issue
Block a user