Add method to adjust device bitfield in getAllocationProperties method

Related-To: NEO-4588
Change-Id: I48960f69b73a66d061b0eef72265955f0e5e77ed
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2020-06-03 14:30:16 +02:00
committed by sys_ocldev
parent 127f5de45f
commit dbd60d39f7
3 changed files with 6 additions and 1 deletions

View File

@@ -12,6 +12,9 @@ namespace NEO {
void MemoryPropertiesHelper::addExtraMemoryProperties(MemoryProperties &properties, cl_mem_flags flags, cl_mem_flags_intel flagsIntel) {
}
DeviceBitfield MemoryPropertiesHelper::adjustDeviceBitfield(const MemoryProperties &memoryProperties, DeviceBitfield deviceBitfield) {
return deviceBitfield;
}
bool MemoryPropertiesHelper::parseMemoryProperties(const cl_mem_properties_intel *properties, MemoryProperties &memoryProperties,
cl_mem_flags &flags, cl_mem_flags_intel &flagsIntel,