mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 01:48:50 +08:00
refactor OCL: cleanup after moving multi root device buffers to local mem
remove debug flag AllocateBuffersInLocalMemoryForMultiRootDeviceContexts Related-To: NEO-5735 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
44ec497b1a
commit
51887af219
@@ -1350,10 +1350,6 @@ void CommandQueue::clearLastBcsPackets() {
|
||||
}
|
||||
|
||||
void CommandQueue::migrateMultiGraphicsAllocationsIfRequired(const BuiltinOpParams &operationParams, CommandStreamReceiver &csr) {
|
||||
if (!DebugManager.flags.AllocateBuffersInLocalMemoryForMultiRootDeviceContexts.get()) {
|
||||
return;
|
||||
}
|
||||
|
||||
for (auto argMemObj : {operationParams.srcMemObj, operationParams.dstMemObj}) {
|
||||
if (argMemObj) {
|
||||
auto memObj = argMemObj->getHighestRootMemObj();
|
||||
|
||||
Reference in New Issue
Block a user