mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
refactor: correct naming of allocation types
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
eac3d2130d
commit
b182917d9d
@@ -64,7 +64,7 @@ Pipe *Pipe::create(Context *context,
|
||||
AllocationProperties allocProperties =
|
||||
MemoryPropertiesHelper::getAllocationProperties(rootDeviceIndex, memoryProperties,
|
||||
true, // allocateMemory
|
||||
size, AllocationType::PIPE,
|
||||
size, AllocationType::pipe,
|
||||
false, // isMultiStorageAllocation
|
||||
context->getDevice(0)->getHardwareInfo(), context->getDeviceBitfieldForAllocation(rootDeviceIndex),
|
||||
context->isSingleDeviceContext());
|
||||
|
||||
Reference in New Issue
Block a user