Program sba for global bindless heaps

Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
Maciej Plewka
2020-12-04 11:28:18 +00:00
committed by Compute-Runtime-Automation
parent b9aee10679
commit 3ca77a6cbe
24 changed files with 570 additions and 86 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2019-2020 Intel Corporation
* Copyright (C) 2019-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -404,7 +404,9 @@ CompletionStamp CommandStreamReceiverHw<GfxFamily>::flushTask(
mocsIndex,
getMemoryManager()->getInternalHeapBaseAddress(rootDeviceIndex, ioh.getGraphicsAllocation()->isAllocatedInLocalMemoryPool()),
instructionHeapBaseAddress,
0,
true,
false,
device.getGmmHelper(),
isMultiOsContextCapable(),
dispatchFlags.memoryCompressionState);