mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
Change default engines for BCS split
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a3dedcc7ee
commit
399758ef17
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user