Cleanup includes 29

Cleaned up files:
opencl/source/helpers/cl_memory_properties_helpers.h
shared/source/memory_manager/surface.h

Related-To: NEO-5548
Signed-off-by: Warchulski, Jaroslaw <jaroslaw.warchulski@intel.com>
This commit is contained in:
Warchulski, Jaroslaw
2023-01-12 17:05:31 +00:00
committed by Compute-Runtime-Automation
parent 21a0a4af52
commit fecb52ac49
18 changed files with 134 additions and 86 deletions

View File

@@ -15,12 +15,6 @@ struct MemoryProperties;
class MemoryPropertiesHelper {
public:
enum class ObjType {
UNKNOWN,
BUFFER,
IMAGE,
};
static AllocationProperties getAllocationProperties(
uint32_t rootDeviceIndex, const MemoryProperties &memoryProperties, bool allocateMemory, size_t size,
AllocationType type, bool multiStorageResource, const HardwareInfo &hwInfo,