Files
compute-runtime/runtime/helpers/memory_properties_flags_helpers.h
Filip Hazubski a331d2564e Move public directory to runtime/extensions
Change-Id: Ibd43e367727cc73b8924c4450e39014f49316f07
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
2020-02-21 12:58:02 +01:00

22 lines
571 B
C++

/*
* Copyright (C) 2019-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "runtime/extensions/public/cl_ext_private.h"
#include "memory_properties_flags.h"
namespace NEO {
class MemoryPropertiesFlagsParser {
public:
static void addExtraMemoryPropertiesFlags(MemoryPropertiesFlags &propertiesFlags, cl_mem_flags flags, cl_mem_flags_intel flagsIntel);
static MemoryPropertiesFlags createMemoryPropertiesFlags(cl_mem_flags flags, cl_mem_flags_intel flagsIntel, cl_mem_alloc_flags_intel allocflags);
};
} // namespace NEO