mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
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:
committed by
Compute-Runtime-Automation
parent
21a0a4af52
commit
fecb52ac49
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user