Change default engines for BCS split

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2022-08-30 12:29:12 +00:00
committed by Compute-Runtime-Automation
parent a3dedcc7ee
commit 399758ef17
4 changed files with 17 additions and 17 deletions

View File

@@ -65,7 +65,7 @@ constexpr bool isLinkBcs(aub_stream::EngineType engineType) {
}
constexpr uint32_t numLinkedCopyEngines = 8u;
constexpr size_t evenLinkedCopyEnginesMask = 0b101010100;
constexpr size_t oddLinkedCopyEnginesMask = 0b010101010;
bool linkCopyEnginesSupported(const HardwareInfo &hwInfo, const DeviceBitfield &deviceBitfield);