Files
compute-runtime/shared/source/gmm_helper/gmm_utils.cpp
Daria Hinz 9c34b7ef59 Add applyAppResource function
Signed-off-by: Daria Hinz <daria.hinz@intel.com>
2021-06-07 12:57:44 +02:00

17 lines
450 B
C++

/*
* Copyright (C) 2020-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#
#include "shared/source/gmm_helper/gmm.h"
#include "shared/source/helpers/surface_format_info.h"
using namespace NEO;
void Gmm::applyAppResource(StorageInfo &storageInfo) {}
void Gmm::applyAuxFlagsForImage(ImageInfo &imgInfo) {}
void Gmm::applyMemoryFlags(bool systemMemoryPool, StorageInfo &storageInfo) { this->useSystemMemoryPool = systemMemoryPool; }