mirror of
https://github.com/intel/compute-runtime.git
synced 2025-11-15 10:14:56 +08:00
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>