compute-runtime/shared/source/execution_environment
Mateusz Jablonski 7b86c8da2e Add support for limiting number of CCS engines
This commit adds support for ZEX_NUMBER_OF_CCS flag which can be used
for limiting number of CCS engines

Format is as follows:

ZEX_NUMBER_OF_CCS=RootDeviceIndex:NumberOfCCS;RootDeviceIndex:NumberOfCCS...

i.e. setting Root Device Index 0 to 4 CCS, and Root Device Index 1 To 1 CCS

ZEX_NUMBER_OF_CCS=0:4,1:1

Related-To: NEO-7195
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2022-08-10 19:38:03 +02:00
..
drm style: configure readability-identifier-naming.LocalVariableCase 2022-05-16 12:39:44 +02:00
wddm style: skip redundant unique_ptr::get function 2022-05-10 13:22:40 +02:00
CMakeLists.txt fix for WSL and for sortNeoDevices 2022-05-07 02:38:02 +02:00
execution_environment.cpp Add support for limiting number of CCS engines 2022-08-10 19:38:03 +02:00
execution_environment.h Add support for limiting number of CCS engines 2022-08-10 19:38:03 +02:00
execution_environment_drm.cpp fix for WSL and for sortNeoDevices 2022-05-07 02:38:02 +02:00
execution_environment_drm_or_wddm.cpp fix for WSL and for sortNeoDevices 2022-05-07 02:38:02 +02:00
execution_environment_wddm.cpp fix for WSL and for sortNeoDevices 2022-05-07 02:38:02 +02:00
root_device_environment.cpp Add support for limiting number of CCS engines 2022-08-10 19:38:03 +02:00
root_device_environment.h Add support for limiting number of CCS engines 2022-08-10 19:38:03 +02:00