mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
performance: Add debug flag to set BCS split minimal size
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
eb8e69d2d4
commit
0e758e4bb5
@@ -439,6 +439,7 @@ class CommandQueue : public BaseObject<_cl_command_queue> {
|
||||
BcsInfoMask splitEngines = EngineHelpers::oddLinkedCopyEnginesMask;
|
||||
BcsInfoMask h2dEngines = NEO::EngineHelpers::h2dCopyEngineMask;
|
||||
BcsInfoMask d2hEngines = NEO::EngineHelpers::d2hCopyEngineMask;
|
||||
size_t minimalSizeForBcsSplit = 16 * MemoryConstants::megaByte;
|
||||
|
||||
LinearStream *commandStream = nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user