mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
performance: Bidirectional BCS split implementation for OCL
Related-To: NEO-7877 Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
7f24a4ba25
commit
9f755b54ad
@@ -65,6 +65,8 @@ constexpr bool isLinkBcs(aub_stream::EngineType engineType) {
|
||||
|
||||
inline constexpr uint32_t numLinkedCopyEngines = 8u;
|
||||
inline constexpr size_t oddLinkedCopyEnginesMask = 0b010101010;
|
||||
inline constexpr size_t h2dCopyEngineMask = 0b000001010;
|
||||
inline constexpr size_t d2hCopyEngineMask = 0b010100000;
|
||||
|
||||
bool linkCopyEnginesSupported(const RootDeviceEnvironment &rootDeviceEnvironment, const DeviceBitfield &deviceBitfield);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user