16 lines
350 B
C++
16 lines
350 B
C++
/*
|
|
* Copyright (C) 2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "runtime/helpers/memory_properties_flags_helpers_base.inl"
|
|
|
|
namespace NEO {
|
|
|
|
void MemoryPropertiesFlagsParser::addExtraMemoryPropertiesFlags(MemoryPropertiesFlags &propertiesFlag, cl_mem_flags flags, cl_mem_flags_intel flagsIntel) {
|
|
}
|
|
|
|
} // namespace NEO
|