mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 22:12:59 +08:00
performance: Adjust BCS split masks
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
7b2af39fd6
commit
49b7c0bec4
@@ -56,8 +56,8 @@ struct BcsSplit {
|
||||
std::vector<CommandQueue *> h2dCmdQs;
|
||||
std::vector<CommandQueue *> d2hCmdQs;
|
||||
|
||||
inline static constexpr size_t h2dEngineMask = 0b010001000;
|
||||
inline static constexpr size_t d2hEngineMask = 0b000100010;
|
||||
inline static constexpr size_t h2dEngineMask = 0b000001010;
|
||||
inline static constexpr size_t d2hEngineMask = 0b010100000;
|
||||
NEO::BcsInfoMask engines = NEO::EngineHelpers::oddLinkedCopyEnginesMask;
|
||||
NEO::BcsInfoMask h2dEngines = h2dEngineMask;
|
||||
NEO::BcsInfoMask d2hEngines = d2hEngineMask;
|
||||
|
||||
Reference in New Issue
Block a user