mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 21:27:04 +08:00
fix: split chunking prefetch flags
Related-To: NEO-9120 Signed-off-by: John Falkowski <john.falkowski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f9997f58ca
commit
f156a74f54
@@ -804,7 +804,7 @@ void SVMAllocsManager::prefetchMemory(Device &device, CommandStreamReceiver &com
|
||||
// and if KMD migration is set, as current target is to use
|
||||
// chunking only with KMD migration
|
||||
bool isChunkingNeededForDeviceAllocations = false;
|
||||
if (NEO::DebugManager.flags.EnableBOChunkingPrefetch.get() &&
|
||||
if (NEO::DebugManager.flags.EnableBOChunkingDevMemPrefetch.get() &&
|
||||
memoryManager->isKmdMigrationAvailable(device.getRootDeviceIndex()) &&
|
||||
(svmData.memoryType == InternalMemoryType::DEVICE_UNIFIED_MEMORY)) {
|
||||
isChunkingNeededForDeviceAllocations = true;
|
||||
|
||||
Reference in New Issue
Block a user