mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 17:13:29 +08:00
Connect mem_obj with MultiGraphicsAllocation
Related-To: NEO-4672 Change-Id: I188db44b4cb0ac6245bd7c864c69b8f1c0084dc4 Signed-off-by: Krzysztof Gibala <krzysztof.gibala@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
b457c50a56
commit
e9c42e54b2
@@ -33,7 +33,7 @@ Pipe::Pipe(Context *context,
|
||||
static_cast<size_t>(packetSize * (maxPackets + 1) + intelPipeHeaderReservedSpace),
|
||||
memoryStorage,
|
||||
nullptr,
|
||||
multiGraphicsAllocation.getDefaultGraphicsAllocation(),
|
||||
std::move(multiGraphicsAllocation),
|
||||
false,
|
||||
false,
|
||||
false),
|
||||
|
||||
Reference in New Issue
Block a user