mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-23 03:01:20 +08:00
16 lines
328 B
C++
16 lines
328 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, MemoryProperties properties) {
|
||
|
|
}
|
||
|
|
|
||
|
|
} // namespace NEO
|