Add bcs split control mask

Introduce debug variable to control which engines
the tranfser will be split into

Related-To: NEO-7173

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2022-08-19 10:36:31 +00:00
committed by Compute-Runtime-Automation
parent 908ddd0c92
commit 82e29fd048
7 changed files with 65 additions and 17 deletions

View File

@@ -420,7 +420,9 @@ class CommandQueue : public BaseObject<_cl_command_queue> {
bool isCopyOnly = false;
bool bcsAllowed = false;
bool bcsInitialized = false;
bool bcsSplitInitialized = false;
BcsInfoMask splitEngines = EngineHelpers::evenLinkedCopyEnginesMask;
LinearStream *commandStream = nullptr;