mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Remove OCL object from MemoryProperties 8/n
Refactor MemoryPropertiesFlags to bitfield Related-To: NEO-3132 Change-Id: I7092b16d15cec962e94c992696bd9845ce86f642 Signed-off-by: Krzysztof Gibala <krzysztof.gibala@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
90266b4a37
commit
84c801e28b
@ -31,8 +31,8 @@ bool NEO::MemoryPropertiesParser::parseMemoryProperties(const cl_mem_properties_
|
||||
|
||||
void MemoryPropertiesParser::fillPoliciesInProperties(AllocationProperties &allocationProperties, const MemoryPropertiesFlags &memoryProperties) {
|
||||
fillCachePolicyInProperties(allocationProperties,
|
||||
memoryProperties.locallyUncachedResource,
|
||||
memoryProperties.readOnly,
|
||||
memoryProperties.flags.locallyUncachedResource,
|
||||
memoryProperties.flags.readOnly,
|
||||
false);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user